aboutsummaryrefslogtreecommitdiff
path: root/screen-redraw.c
Commit message (Expand)AuthorAge
* Never draw last character: stops stray scrolling sometimes should status line...Nicholas Marriott2009-02-12
* FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso...Nicholas Marriott2009-02-11
* Move sx,sy into tty rather than client.Nicholas Marriott2009-02-11
* We are going to need the updated screen data for emulating the scroll region,Nicholas Marriott2009-02-11
* Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* takeNicholas Marriott2009-02-11
* Fix various silly problems with status line off.Nicholas Marriott2009-01-19
* Update.Nicholas Marriott2009-01-14
* Multiple window splitting.Nicholas Marriott2009-01-14
* Make the window pane code handle panes of different sizes, and add a -l and -...Nicholas Marriott2009-01-12
* Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott2009-01-11
* Build array of codes, stop using ncurses global variables and push ncurses cr...Nicholas Marriott2009-01-09
* Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott2008-12-08
* Trim.Nicholas Marriott2008-09-26
* Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott2008-09-25
* Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)...Nicholas Marriott2008-09-08
* Initial 256 colour support, lightly tested.Nicholas Marriott2008-09-08
* Unused variable.Nicholas Marriott2008-06-18
* Informational messages on window option changes.Nicholas Marriott2008-06-16
* I'm an idiot - it is start,len not start,end. Unbreak.Nicholas Marriott2008-06-14
* New window options: force-width and force-height. This will force a window toNicholas Marriott2008-06-14
* Clear blank area properly on redraw, and add a marker line below it.Nicholas Marriott2008-06-14
* Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott2008-01-03
* This was wrong...Nicholas Marriott2008-01-03
* Write status across entire line.Nicholas Marriott2008-01-03
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06