summaryrefslogtreecommitdiffstats
path: root/screen-redraw.c
AgeCommit message (Expand)Author
2009-09-11Sync OpenBSD patchset 322:Tiago Cunha
2009-08-31Sync OpenBSD patchset 302:Tiago Cunha
2009-08-10Sync OpenBSD patchset 240:Tiago Cunha
2009-07-31Sync OpenBSD patchset 209:Tiago Cunha
2009-07-25Sync OpenBSD patchset 179:Tiago Cunha
2009-07-25Sync OpenBSD patchset 177:Tiago Cunha
2009-07-15For some reason when clearing status/message it was redrawing the entire clientNicholas Marriott
2009-07-15Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott
2009-07-15Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott
2009-06-25Restore $Id$ and add script to do so.Nicholas Marriott
2009-06-25Unused variables. Found by lint, no binary change.Nicholas Marriott
2009-05-04Space trimmage mega-diff.Nicholas Marriott
2009-05-04Use ACS for line drawing characters.Nicholas Marriott
2009-04-02Change scroll/pane redraws to only redraw the single pane affected rather thanNicholas Marriott
2009-04-01Only redraw screen when not hidden. Heh.Nicholas Marriott
2009-04-01Don't need to refresh layout here. Also don't redraw over status line.Nicholas Marriott
2009-04-01Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott
2009-03-31Draw vertical line on the right when window size is limited.Nicholas Marriott
2009-03-28Clear using ED when redrawing the screen. I foolishly assumed using spacesNicholas Marriott
2009-03-27Whoops. Didn't mean to commit this yet.Nicholas Marriott
2009-03-27Update TODO.Nicholas Marriott
2009-02-21Don't redraw status if it has already been redrawed as part of entire screen.Nicholas Marriott
2009-02-12Never draw last character: stops stray scrolling sometimes should status line...Nicholas Marriott
2009-02-11FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso...Nicholas Marriott
2009-02-11Move sx,sy into tty rather than client.Nicholas Marriott
2009-02-11We are going to need the updated screen data for emulating the scroll region,Nicholas Marriott
2009-02-11Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* takeNicholas Marriott
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