summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-12-06Restore termcap checks.Nicholas Marriott
2007-12-06Another redraw bugs.Nicholas Marriott
2007-12-06Screen debugging.Nicholas Marriott
2007-12-06Redraw buglets.Nicholas Marriott
2007-12-06set/reset mode window functions.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-12-04Don't try to access more windows if the session has been destroyed.Nicholas Marriott
2007-12-03Handle missing parm_*.Nicholas Marriott
2007-12-02Clear before resize.Nicholas Marriott
2007-12-02The tty code already stores attributes and doesn't modify them if unaltered, ...Nicholas Marriott
2007-12-01Sync .cvsignore.Nicholas Marriott
2007-12-01home and end appear to be find/select with rxvt...Nicholas Marriott
2007-12-01Better error messages with no server.Nicholas Marriott
2007-11-30Bah, doing it together doesn't seem to work portably.Nicholas Marriott
2007-11-30install -d, from tobiasu.Nicholas Marriott
2007-11-30Change window name on \ek...\e\.Nicholas Marriott
2007-11-28Turn mouse on/off as appropriate.Nicholas Marriott
2007-11-27Preliminary mouse support.Nicholas Marriott
2007-11-27Don't nuke charset flag on [0m. Also rename DRAWING -> CHARSET flag.Nicholas Marriott
2007-11-27Clear current line properly on clear eos.Nicholas Marriott
2007-11-27Flush data on tty open. Also reset colour before clearing line/screen.Nicholas Marriott
2007-11-27Same exit process applied to detach.Nicholas Marriott
2007-11-27Three-stage exit process so that [] message printing works on detach etc.Nicholas Marriott
2007-11-27Make reset actually work.Nicholas Marriott
2007-11-27Minor tweaks/missed bits.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-26Code tidying.Nicholas Marriott
2007-11-26Shift history up by 10% at a time.Nicholas Marriott
2007-11-26This is better than disabling it.Nicholas Marriott
2007-11-26Erm, check the right cell... d'oh.Nicholas Marriott
2007-11-26Heh. 2300 not 1200.Nicholas Marriott
2007-11-26Rv EOL optimisation, it screws up selection.Nicholas Marriott
2007-11-26Add ^A && ^E to copy mode. Also use STDIN instead of STDOUT in a couple of pl...Nicholas Marriott
2007-11-25Update SRCS, use -rdynamic in DEBUG case, lose openssl crap.Nicholas Marriott
2007-11-25Sync SRCS.Nicholas Marriott
2007-11-25Disable this optimisation since cursor can be updated by stuff outside.Nicholas Marriott
2007-11-25Oops, use correct y.Nicholas Marriott
2007-11-25Init local_log to -1.Nicholas Marriott
2007-11-25Redo output logging in local.c. Optimise line drawing.Nicholas Marriott
2007-11-24Support for VT100 graphics mode. Also lose some redundant checks.Nicholas Marriott
2007-11-24Always redraw requesting client on resize.Nicholas Marriott
2007-11-24Scroll region reset homes the cursor, so start at 0,0 when drawing. Also don'...Nicholas Marriott
2007-11-24Reset before calling window_draw otherwise it'll have the wrong idea of the c...Nicholas Marriott
2007-11-24Don't stop until after everything else done.Nicholas Marriott
2007-11-24Better words.Nicholas Marriott
2007-11-24Use screen_draw_* to write message, avoids leaving attribute changes around.Nicholas Marriott
2007-11-24Sync.Nicholas Marriott
2007-11-24Document modes, c/p etc.Nicholas Marriott
2007-11-24Better fix, handle delete-last-line properly.Nicholas Marriott
2007-11-24Don't crash when deleting lines at the end, fixes irssi.Nicholas Marriott