aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Handle ctrl/shift modifiers better.Nicholas Marriott2009-01-12
|
* Update by documenting the following commands/options:Tiago Cunha2009-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 Marriott2009-01-12
|
* Tidy up control key parsing; add shift.Nicholas Marriott2009-01-12
|
* Skip over now-invalid fds properly when a window is closed.Nicholas Marriott2009-01-12
|
* Commands to resize panes; also a pane generic cmd, not used yet.Nicholas Marriott2009-01-12
|
* Make the window pane code handle panes of different sizes, and add a -l and ↵Nicholas Marriott2009-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 Marriott2009-01-12
|
* Codes no longer needed.Nicholas Marriott2009-01-11
|
* Window splitting. Two vertical panes fixed 50% each. This is a huge diff, ↵Nicholas Marriott2009-01-11
| | | | still a couple of bugs (notably heap corruption somewhere causing segfault on exit).
* save-buffer command, from Tiago Cunha.Nicholas Marriott2009-01-11
|
* Doh. Return the offset not the total.Nicholas Marriott2009-01-11
|
* Correct comment.Nicholas Marriott2009-01-11
|
* Updates.Nicholas Marriott2009-01-11
|
* Add a couple of bits.Nicholas Marriott2009-01-11
|
* Update slightly.Nicholas Marriott2009-01-11
|
* Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott2009-01-11
|
* Restore emulation of ich with insert mode.Nicholas Marriott2009-01-10
|
* Whoops, didn't mean to commit that bit.Nicholas Marriott2009-01-10
|
* Don't need cud.Nicholas Marriott2009-01-10
|
* Linux bits.Nicholas Marriott2009-01-10
|
* Pick up cwd from environment,.Nicholas Marriott2009-01-10
|
* Clock mode.Nicholas Marriott2009-01-10
|
* Oops, missed from btab commit.Nicholas Marriott2009-01-10
|
* Update.Nicholas Marriott2009-01-10
|
* 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.