Commit Graph

1260 Commits

Author SHA1 Message Date
6897510552 Codes no longer needed. 2009-01-11 23:41:29 +00:00
162bacdcd9 Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). 2009-01-11 23:31:46 +00:00
d78bc5dfc4 save-buffer command, from Tiago Cunha. 2009-01-11 23:14:57 +00:00
30746a4e92 Doh. Return the offset not the total. 2009-01-11 23:05:36 +00:00
9e56f53895 Correct comment. 2009-01-11 02:23:52 +00:00
b4fe99194f Updates. 2009-01-11 01:06:33 +00:00
ccf5784bcf Add a couple of bits. 2009-01-11 01:01:05 +00:00
6c9822ccc2 Update slightly. 2009-01-11 01:00:53 +00:00
e3feb067a5 Server locking. set-password and lock-server commands, plus automatic locking. 2009-01-11 00:48:42 +00:00
ee0a7cda88 Restore emulation of ich with insert mode. 2009-01-10 22:28:40 +00:00
736117e4e9 Whoops, didn't mean to commit that bit. 2009-01-10 22:26:08 +00:00
20fc7a4b6c Don't need cud. 2009-01-10 22:24:23 +00:00
083f9cb42a Linux bits. 2009-01-10 19:40:01 +00:00
4d71164826 Pick up cwd from environment,. 2009-01-10 19:37:35 +00:00
88ab74ac20 Clock mode. 2009-01-10 19:35:40 +00:00
8253e68c79 Oops, missed from btab commit. 2009-01-10 18:37:08 +00:00
bea8a54f69 Update. 2009-01-10 18:35:48 +00:00
312633203d Support btab. 2009-01-10 18:28:09 +00:00
9722e7194b Comments no longer valid. 2009-01-10 18:08:55 +00:00
5b8d4f1249 Colour. 2009-01-10 17:13:20 +00:00
ca4e34cbb4 Update. 2009-01-10 17:11:13 +00:00
547b244e32 It does hit C-b. 2009-01-10 17:00:03 +00:00
e96dfbc2bf +tmux differences. 2009-01-10 16:58:22 +00:00
34cc2e0962 Update. 2009-01-10 16:07:49 +00:00
5771113be9 This applies to xterm too. 2009-01-10 15:53:09 +00:00
0e736bf3d7 Tweak some more. 2009-01-10 15:25:44 +00:00
31509a8aa4 Tweak again. 2009-01-10 15:22:31 +00:00
5890630a83 +FAQ to dist. Tweak. 2009-01-10 15:21:31 +00:00
cd2c9d5c41 New FAQ. 2009-01-10 15:19:37 +00:00
b0b1d92a1b Use "%4d" instead of " %2d". 2009-01-10 14:46:17 +00:00
fd05d07c2b Change server-info format. 2009-01-10 14:43:43 +00:00
a49e9b5b00 +UTF-8-demo.txt 2009-01-10 14:08:24 +00:00
934e6d9413 vis functions for Linux. 2009-01-10 12:52:57 +00:00
a1b43faa43 Trim spaces. 2009-01-10 01:51:22 +00:00
430d219436 Don't show newlines etc. 2009-01-10 01:44:35 +00:00
e293d6af45 Space for page down as well. 2009-01-10 01:41:32 +00:00
9def032d16 Line up indexes. 2009-01-10 01:41:02 +00:00
fb6c8ecae6 New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. 2009-01-10 01:30:38 +00:00
3ed5aa3e72 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. 2009-01-09 23:57:42 +00:00
e134458754 Handle arrow key variants. 2009-01-09 16:47:06 +00:00
ed1031b358 Update key handling code. Simplify, support ctrl properly and add a new window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. 2009-01-09 16:45:58 +00:00
622d4def22 Give up the farce of caring about any keys aside from the ones in the screen termcap and the ones termcap doesn't handle that we hardcode manually. 2009-01-08 22:28:02 +00:00
678dffa840 Utility files. 2009-01-08 22:02:25 +00:00
a9f0418255 Update CHANGES. 2009-01-08 21:59:24 +00:00
cd8f85c2bd When I wrote this I somehow forgot that the cursor could helpfully sit at sx
(one character off the right of the screen), so there are several out-of-bounds issues. Add some additional checking.
2009-01-08 21:55:12 +00:00
10c4a6dc33 Don't die when out of bounds if non-DEBUG. Stops people hitting me when bugs kill their long-running sessions in release versions. 2009-01-08 21:52:05 +00:00
4ebb85aae8 Don't return NULL when retrieving a string that is too long. 2009-01-08 21:22:01 +00:00
ed5e8c4cd9 Tidy, +. 2009-01-08 19:59:37 +00:00
481465d34c -. 2009-01-08 19:10:10 +00:00
45738b2a85 Tweak. 2009-01-07 23:09:51 +00:00