summaryrefslogtreecommitdiffstats
path: root/screen-redraw.c
AgeCommit message (Expand)Author
2010-01-03Options to set the colour of the pane borders, with different colours for theNicholas Marriott
2009-12-03Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott
2009-10-28Add a minor optimisatin: if the character being printed is space, don't worryNicholas Marriott
2009-10-12Similarly add a tty_cursor_pane function to tidy up most of the calls.Nicholas Marriott
2009-09-10Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott
2009-08-31Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott
2009-08-10Reset the attributes after drawing all or part of the screen, and reset theNicholas Marriott
2009-07-31Pass the ACS border characters through tty_get_acs so they appear correctly onNicholas Marriott
2009-07-24Use the full range of ACS line drawing characters to draw pane borders,Nicholas Marriott
2009-07-24Simplify screen redrawing by drawing the border and background together ratherNicholas Marriott
2009-07-14For some reason when clearing status/message it was redrawing the entire clientNicholas Marriott
2009-07-14Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott
2009-07-14Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott
2009-06-25Unused variables. Found by lint, no binary change.Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott