Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Utility files. | Nicholas Marriott | 2009-01-08 |
| | |||
* | Update CHANGES. | Nicholas Marriott | 2009-01-08 |
| | |||
* | When I wrote this I somehow forgot that the cursor could helpfully sit at sx | Nicholas Marriott | 2009-01-08 |
| | | | | | (one character off the right of the screen), so there are several out-of-bounds issues. Add some additional checking. | ||
* | Don't die when out of bounds if non-DEBUG. Stops people hitting me when bugs ↵ | Nicholas Marriott | 2009-01-08 |
| | | | | kill their long-running sessions in release versions. | ||
* | Don't return NULL when retrieving a string that is too long. | Nicholas Marriott | 2009-01-08 |
| | |||
* | Tidy, +. | Nicholas Marriott | 2009-01-08 |
| | |||
* | -. | Nicholas Marriott | 2009-01-08 |
| | |||
* | Tweak. | Nicholas Marriott | 2009-01-07 |
| | |||
* | More man page updates from Tiago Cunha. | Nicholas Marriott | 2009-01-07 |
| | |||
* | Minor tidying; remove some old debugging messages. | Nicholas Marriott | 2009-01-07 |
| | |||
* | Introduce nitems() and use it; use bsearch. | Nicholas Marriott | 2009-01-07 |
| | |||
* | +comment. | Nicholas Marriott | 2009-01-07 |
| | |||
* | Whoops. New stuff goes at the top. Doh! | Nicholas Marriott | 2009-01-07 |
| | |||
* | +. | Nicholas Marriott | 2009-01-07 |
| | |||
* | Update TODO. | Nicholas Marriott | 2009-01-07 |
| | |||
* | Some options tidying/code shrinkage. Also add -u option to unset non-global ↵ | Nicholas Marriott | 2009-01-07 |
| | | | | options (allowing them to inherit), and some extra info. |