summaryrefslogtreecommitdiffstats
path: root/screen-redraw.c
AgeCommit message (Expand)Author
2009-01-19Fix various silly problems with status line off.Nicholas Marriott
2009-01-14Update.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
2008-12-08Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott
2008-09-26Trim.Nicholas Marriott
2008-09-25Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott
2008-09-08Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits (ick)...Nicholas Marriott
2008-09-08Initial 256 colour support, lightly tested.Nicholas Marriott
2008-06-18Unused variable.Nicholas Marriott
2008-06-16Informational messages on window option changes.Nicholas Marriott
2008-06-14I'm an idiot - it is start,len not start,end. Unbreak.Nicholas Marriott
2008-06-14New window options: force-width and force-height. This will force a window toNicholas Marriott
2008-06-14Clear blank area properly on redraw, and add a marker line below it.Nicholas Marriott
2008-01-03Some key tweaks, fix status bar to not rely on attr.Nicholas Marriott
2008-01-03This was wrong...Nicholas Marriott
2008-01-03Write status across entire line.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott