summaryrefslogtreecommitdiffstats
path: root/screen-redraw.c
AgeCommit message (Expand)Author
2013-03-14When only two panes in a window, only draw half the separating line as active.Nicholas Marriott
2013-03-09Do not redraw panes if invisible.Nicholas Marriott
2012-05-30Sync OpenBSD patchset 1122:Tiago Cunha
2012-01-29Sync OpenBSD patchset 1015:Tiago Cunha
2012-01-23Sync OpenBSD patchset 1010:Tiago Cunha
2011-11-25Sync OpenBSD patchset 979:Tiago Cunha
2011-07-08Sync OpenBSD patchset 936:Tiago Cunha
2010-09-18Sync OpenBSD patchset 762:Tiago Cunha
2010-02-05Sync OpenBSD patchset 632:Tiago Cunha
2010-01-05Sync OpenBSD patchset 597:Tiago Cunha
2009-12-04Sync OpenBSD patchset 581:Tiago Cunha
2009-10-28Sync OpenBSD patchset 471:Tiago Cunha
2009-10-15Sync OpenBSD patchset 393:Tiago Cunha
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