summaryrefslogtreecommitdiffstats
path: root/tty-write.c
AgeCommit message (Expand)Author
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-04-02Don't continue to write into panes that are scheduled for redraw.Nicholas Marriott
2009-04-02If redrawing the region would mean redrawing > half the pane, just schedule toNicholas Marriott
2009-02-21Don't turn cursor off unless actually drawing something.Nicholas Marriott
2009-02-11Change tty_cmd_* to use a window_pane.Nicholas Marriott
2009-02-11Simplify screen/tty write code to eliminate function pointer which is nowNicholas Marriott
2009-01-28* Better support for at least the most common variant of mouse input: parse i...Nicholas Marriott
2009-01-27Handle cursor on/off better.Nicholas Marriott
2009-01-18suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott
2009-01-14Multiple window splitting.Nicholas Marriott
2009-01-12Make the window pane code handle panes of different sizes, and add a -l and -...Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott
2009-01-09Build array of codes, stop using ncurses global variables and push ncurses cr...Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott