aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* home and end appear to be find/select with rxvt...Nicholas Marriott2007-12-01
|
* Better error messages with no server.Nicholas Marriott2007-12-01
|
* Bah, doing it together doesn't seem to work portably.Nicholas Marriott2007-11-30
|
* install -d, from tobiasu.Nicholas Marriott2007-11-30
|
* Change window name on \ek...\e\.Nicholas Marriott2007-11-30
|
* Turn mouse on/off as appropriate.Nicholas Marriott2007-11-28
|
* Preliminary mouse support.Nicholas Marriott2007-11-27
|
* Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.Nicholas Marriott2007-11-27
|
* Clear current line properly on clear eos.Nicholas Marriott2007-11-27
|
* Flush data on tty open. Also reset colour before clearing line/screen.Nicholas Marriott2007-11-27
|
* Same exit process applied to detach.Nicholas Marriott2007-11-27
|
* Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott2007-11-27
|
* Make reset actually work.Nicholas Marriott2007-11-27
|
* Minor tweaks/missed bits.Nicholas Marriott2007-11-27
|
* Big internal reorganisation to move tty control into parent.Nicholas Marriott2007-11-27
|
* Code tidying.Nicholas Marriott2007-11-26
|
* Shift history up by 10% at a time.Nicholas Marriott2007-11-26
|
* This is better than disabling it.Nicholas Marriott2007-11-26
|
* Erm, check the right cell... d'oh.Nicholas Marriott2007-11-26
|
* Heh. 2300 not 1200.Nicholas Marriott2007-11-26
|
* Rv EOL optimisation, it screws up selection.Nicholas Marriott2007-11-26
|
* Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of ↵Nicholas Marriott2007-11-26
| | | | places.
* Update SRCS, use -rdynamic in DEBUG case, lose openssl crap.Nicholas Marriott2007-11-25
|
* Sync SRCS.Nicholas Marriott2007-11-25
|
* Disable this optimisation since cursor can be updated by stuff outside.Nicholas Marriott2007-11-25
|
* Oops, use correct y.Nicholas Marriott2007-11-25
|
* Init local_log to -1.Nicholas Marriott2007-11-25
|
* Redo output logging in local.c. Optimise line drawing.Nicholas Marriott2007-11-25
|
* Support for VT100 graphics mode. Also lose some redundant checks.Nicholas Marriott2007-11-24
|
* Always redraw requesting client on resize.Nicholas Marriott2007-11-24
|
* Scroll region reset homes the cursor, so start at 0,0 when drawing. Also ↵Nicholas Marriott2007-11-24
| | | | don't set region after DECRC.
* Reset before calling window_draw otherwise it'll have the wrong idea of the ↵Nicholas Marriott2007-11-24
| | | | current state (since it copies from screen).
* Don't stop until after everything else done.Nicholas Marriott2007-11-24
|
* Better words.Nicholas Marriott2007-11-24
|
* Use screen_draw_* to write message, avoids leaving attribute changes around.Nicholas Marriott2007-11-24
|
* Sync.Nicholas Marriott2007-11-24
|
* Document modes, c/p etc.Nicholas Marriott2007-11-24
|
* Better fix, handle delete-last-line properly.Nicholas Marriott2007-11-24
|
* Don't crash when deleting lines at the end, fixes irssi.Nicholas Marriott2007-11-24
|
* Inc region in debug msg.Nicholas Marriott2007-11-23
|
* Mostly-complete copy and paste.Nicholas Marriott2007-11-23
|
* Rm some redundant checks, prevent issues when data->size == 0.Nicholas Marriott2007-11-23
|
* Forgot to commit.Nicholas Marriott2007-11-23
|
* Show hlimit.Nicholas Marriott2007-11-23
|
* Only show history size.Nicholas Marriott2007-11-23
|
* Sync.Nicholas Marriott2007-11-23
|
* history-limit option.Nicholas Marriott2007-11-23
|
* Tidier code by moving mess into functions.Nicholas Marriott2007-11-22
|
* Make C-space toggle. Fix sel on same line.Nicholas Marriott2007-11-22
|
* Text selection with C-space.Nicholas Marriott2007-11-22
|