aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Support btab.Nicholas Marriott2009-01-10
|
* Comments no longer valid.Nicholas Marriott2009-01-10
|
* Colour.Nicholas Marriott2009-01-10
|
* Update.Nicholas Marriott2009-01-10
|
* It does hit C-b.Nicholas Marriott2009-01-10
|
* +tmux differences.Nicholas Marriott2009-01-10
|
* Update.Nicholas Marriott2009-01-10
|
* This applies to xterm too.Nicholas Marriott2009-01-10
|
* Tweak some more.Nicholas Marriott2009-01-10
|
* Tweak again.Nicholas Marriott2009-01-10
|
* +FAQ to dist. Tweak.Nicholas Marriott2009-01-10
|
* New FAQ.Nicholas Marriott2009-01-10
|
* Use "%4d" instead of " %2d".Nicholas Marriott2009-01-10
|
* Change server-info format.Nicholas Marriott2009-01-10
|
* +UTF-8-demo.txtNicholas Marriott2009-01-10
|
* vis functions for Linux.Nicholas Marriott2009-01-10
|
* Trim spaces.Nicholas Marriott2009-01-10
|
* Don't show newlines etc.Nicholas Marriott2009-01-10
|
* Space for page down as well.Nicholas Marriott2009-01-10
|
* Line up indexes.Nicholas Marriott2009-01-10
|
* New command, server-info, to show server info + terminal details. Also tweak ↵Nicholas Marriott2009-01-10
| | | | term stuff a bit.
* Build array of codes, stop using ncurses global variables and push ncurses ↵Nicholas Marriott2009-01-09
| | | | crap into tty-term.c.
* Handle arrow key variants.Nicholas Marriott2009-01-09
|
* Update key handling code. Simplify, support ctrl properly and add a new ↵Nicholas Marriott2009-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 Marriott2009-01-08
| | | | termcap and the ones termcap doesn't handle that we hardcode manually.
* Utility files.Nicholas Marriott2009-01-08
|
* Update CHANGES.Nicholas Marriott2009-01-08
|
* When I wrote this I somehow forgot that the cursor could helpfully sit at sxNicholas Marriott2009-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 Marriott2009-01-08
| | | | kill their long-running sessions in release versions.
* Don't return NULL when retrieving a string that is too long.Nicholas Marriott2009-01-08
|
* Tidy, +.Nicholas Marriott2009-01-08
|
* -.Nicholas Marriott2009-01-08
|
* Tweak.Nicholas Marriott2009-01-07
|
* More man page updates from Tiago Cunha.Nicholas Marriott2009-01-07
|
* Minor tidying; remove some old debugging messages.Nicholas Marriott2009-01-07
|
* Introduce nitems() and use it; use bsearch.Nicholas Marriott2009-01-07
|
* +comment.Nicholas Marriott2009-01-07
|
* Whoops. New stuff goes at the top. Doh!Nicholas Marriott2009-01-07
|
* +.Nicholas Marriott2009-01-07
|
* Update TODO.Nicholas Marriott2009-01-07
|
* Some options tidying/code shrinkage. Also add -u option to unset non-global ↵Nicholas Marriott2009-01-07
| | | | options (allowing them to inherit), and some extra info.
* Buffers should be numbered from zero, from Tiago Cunha. Also fix paste -b.Nicholas Marriott2009-01-07
|
* Updates from Tiago Cunha.Nicholas Marriott2009-01-07
|
* Memory leak fix from Tiago Cunha.Nicholas Marriott2009-01-07
|
* Stray debug message.Nicholas Marriott2009-01-06
|
* +TODO +CHANGES.Nicholas Marriott2009-01-06
|
* Don't die when backspacing off the edge of the screen, reported by David ↵Nicholas Marriott2009-01-06
| | | | Chisnall..
* Complete option names as well.Nicholas Marriott2009-01-06
|
* Prompt history.Nicholas Marriott2009-01-06
|
* Whoops, add keys in the right place in the tree.Nicholas Marriott2009-01-06
|