Commit Graph

717 Commits

Author SHA1 Message Date
Tiago Cunha
ea8d4d43ab Update by documenting the following commands/options:
- clock-mode,
- lock-server,
- server-info,
- lock-after-time,
- set-password,
- clock-mode-colour, and
- clock-mode-style.
2009-01-12 21:23:58 +00:00
Nicholas Marriott
ab219847aa Tidy escape modifier (don't know how this worked before...). 2009-01-12 20:24:12 +00:00
Nicholas Marriott
1f51a63d01 Tidy up control key parsing; add shift. 2009-01-12 20:13:20 +00:00
Nicholas Marriott
20957e3aaa Skip over now-invalid fds properly when a window is closed. 2009-01-12 19:36:53 +00:00
Nicholas Marriott
c35a50b21a Commands to resize panes; also a pane generic cmd, not used yet. 2009-01-12 19:23:14 +00:00
Nicholas Marriott
7cd3cf0ead Make the window pane code handle panes of different sizes, and add a -l and -p arguments to split-window to specify the new window size in lines or as a percentage. 2009-01-12 18:22:47 +00:00
Nicholas Marriott
440a84b2aa Use -O0 to prevent copy issues. 2009-01-12 00:52:37 +00:00
Nicholas Marriott
6897510552 Codes no longer needed. 2009-01-11 23:41:29 +00:00
Nicholas Marriott
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
Nicholas Marriott
d78bc5dfc4 save-buffer command, from Tiago Cunha. 2009-01-11 23:14:57 +00:00
Nicholas Marriott
30746a4e92 Doh. Return the offset not the total. 2009-01-11 23:05:36 +00:00
Nicholas Marriott
9e56f53895 Correct comment. 2009-01-11 02:23:52 +00:00
Nicholas Marriott
b4fe99194f Updates. 2009-01-11 01:06:33 +00:00
Nicholas Marriott
ccf5784bcf Add a couple of bits. 2009-01-11 01:01:05 +00:00
Nicholas Marriott
6c9822ccc2 Update slightly. 2009-01-11 01:00:53 +00:00
Nicholas Marriott
e3feb067a5 Server locking. set-password and lock-server commands, plus automatic locking. 2009-01-11 00:48:42 +00:00
Nicholas Marriott
ee0a7cda88 Restore emulation of ich with insert mode. 2009-01-10 22:28:40 +00:00
Nicholas Marriott
736117e4e9 Whoops, didn't mean to commit that bit. 2009-01-10 22:26:08 +00:00
Nicholas Marriott
20fc7a4b6c Don't need cud. 2009-01-10 22:24:23 +00:00
Nicholas Marriott
083f9cb42a Linux bits. 2009-01-10 19:40:01 +00:00
Nicholas Marriott
4d71164826 Pick up cwd from environment,. 2009-01-10 19:37:35 +00:00
Nicholas Marriott
88ab74ac20 Clock mode. 2009-01-10 19:35:40 +00:00
Nicholas Marriott
8253e68c79 Oops, missed from btab commit. 2009-01-10 18:37:08 +00:00
Nicholas Marriott
bea8a54f69 Update. 2009-01-10 18:35:48 +00:00
Nicholas Marriott
312633203d Support btab. 2009-01-10 18:28:09 +00:00
Nicholas Marriott
9722e7194b Comments no longer valid. 2009-01-10 18:08:55 +00:00
Nicholas Marriott
5b8d4f1249 Colour. 2009-01-10 17:13:20 +00:00
Nicholas Marriott
ca4e34cbb4 Update. 2009-01-10 17:11:13 +00:00
Nicholas Marriott
547b244e32 It does hit C-b. 2009-01-10 17:00:03 +00:00
Nicholas Marriott
e96dfbc2bf +tmux differences. 2009-01-10 16:58:22 +00:00
Nicholas Marriott
34cc2e0962 Update. 2009-01-10 16:07:49 +00:00
Nicholas Marriott
5771113be9 This applies to xterm too. 2009-01-10 15:53:09 +00:00
Nicholas Marriott
0e736bf3d7 Tweak some more. 2009-01-10 15:25:44 +00:00
Nicholas Marriott
31509a8aa4 Tweak again. 2009-01-10 15:22:31 +00:00
Nicholas Marriott
5890630a83 +FAQ to dist. Tweak. 2009-01-10 15:21:31 +00:00
Nicholas Marriott
cd2c9d5c41 New FAQ. 2009-01-10 15:19:37 +00:00
Nicholas Marriott
b0b1d92a1b Use "%4d" instead of " %2d". 2009-01-10 14:46:17 +00:00
Nicholas Marriott
fd05d07c2b Change server-info format. 2009-01-10 14:43:43 +00:00
Nicholas Marriott
a49e9b5b00 +UTF-8-demo.txt 2009-01-10 14:08:24 +00:00
Nicholas Marriott
934e6d9413 vis functions for Linux. 2009-01-10 12:52:57 +00:00
Nicholas Marriott
a1b43faa43 Trim spaces. 2009-01-10 01:51:22 +00:00
Nicholas Marriott
430d219436 Don't show newlines etc. 2009-01-10 01:44:35 +00:00
Nicholas Marriott
e293d6af45 Space for page down as well. 2009-01-10 01:41:32 +00:00
Nicholas Marriott
9def032d16 Line up indexes. 2009-01-10 01:41:02 +00:00
Nicholas Marriott
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
Nicholas Marriott
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
Nicholas Marriott
e134458754 Handle arrow key variants. 2009-01-09 16:47:06 +00:00
Nicholas Marriott
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
Nicholas Marriott
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
Nicholas Marriott
678dffa840 Utility files. 2009-01-08 22:02:25 +00:00