Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Handle ctrl/shift modifiers better. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | Update by documenting the following commands/options: | Tiago Cunha | 2009-01-12 | |
| | | | | | | | | | | | - clock-mode, - lock-server, - server-info, - lock-after-time, - set-password, - clock-mode-colour, and - clock-mode-style. | |||
* | Tidy escape modifier (don't know how this worked before...). | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | Tidy up control key parsing; add shift. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | Skip over now-invalid fds properly when a window is closed. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | Commands to resize panes; also a pane generic cmd, not used yet. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | Make the window pane code handle panes of different sizes, and add a -l and ↵ | Nicholas Marriott | 2009-01-12 | |
| | | | | -p arguments to split-window to specify the new window size in lines or as a percentage. | |||
* | Use -O0 to prevent copy issues. | Nicholas Marriott | 2009-01-12 | |
| | ||||
* | Codes no longer needed. | Nicholas Marriott | 2009-01-11 | |
| | ||||
* | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵ | Nicholas Marriott | 2009-01-11 | |
| | | | | still a couple of bugs (notably heap corruption somewhere causing segfault on exit). | |||
* | save-buffer command, from Tiago Cunha. | Nicholas Marriott | 2009-01-11 | |
| | ||||
* | Doh. Return the offset not the total. | Nicholas Marriott | 2009-01-11 | |
| | ||||
* | Correct comment. | Nicholas Marriott | 2009-01-11 | |
| | ||||
* | Updates. | Nicholas Marriott | 2009-01-11 | |
| | ||||
* | Add a couple of bits. | Nicholas Marriott | 2009-01-11 | |
| | ||||
* | Update slightly. | Nicholas Marriott | 2009-01-11 | |
| | ||||
* | Server locking. set-password and lock-server commands, plus automatic locking. | Nicholas Marriott | 2009-01-11 | |
| | ||||
* | Restore emulation of ich with insert mode. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Whoops, didn't mean to commit that bit. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Don't need cud. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Linux bits. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Pick up cwd from environment,. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Clock mode. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Oops, missed from btab commit. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Update. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Support btab. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Comments no longer valid. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Colour. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Update. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | It does hit C-b. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | +tmux differences. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Update. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | This applies to xterm too. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Tweak some more. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Tweak again. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | +FAQ to dist. Tweak. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | New FAQ. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Use "%4d" instead of " %2d". | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Change server-info format. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | +UTF-8-demo.txt | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | vis functions for Linux. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Trim spaces. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Don't show newlines etc. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Space for page down as well. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | Line up indexes. | Nicholas Marriott | 2009-01-10 | |
| | ||||
* | New command, server-info, to show server info + terminal details. Also tweak ↵ | Nicholas Marriott | 2009-01-10 | |
| | | | | term stuff a bit. | |||
* | Build array of codes, stop using ncurses global variables and push ncurses ↵ | Nicholas Marriott | 2009-01-09 | |
| | | | | crap into tty-term.c. | |||
* | Handle arrow key variants. | Nicholas Marriott | 2009-01-09 | |
| | ||||
* | Update key handling code. Simplify, support ctrl properly and add a new ↵ | Nicholas Marriott | 2009-01-09 | |
| | | | | window option (xterm-keys) to output xterm key codes including ctrl and, if available, alt and shift. | |||
* | Give up the farce of caring about any keys aside from the ones in the screen ↵ | Nicholas Marriott | 2009-01-08 | |
| | | | | termcap and the ones termcap doesn't handle that we hardcode manually. |