aboutsummaryrefslogtreecommitdiff
path: root/screen-redraw.c
Commit message (Expand)AuthorAge
...
* Make the CLIENT_STATUS flag imply that pane status lines are redrawn ifnicm2016-10-09
* Instead of representing colours in several different forms with variousnicm2016-07-15
* Add option to include status text in the pane borders. Ifnicm2016-04-29
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Make the marked pane a cmd_find_state.nicm2015-12-15
* Move struct options into options.c.nicm2015-10-27
* Add support for a single "marked pane". There is one marked pane in thenicm2015-06-04
* If status line is at the top, the offset needs to be adjusted whennicm2015-05-07
* Support setting the default window and pane background colours (windownicm2015-04-19
* Move pane border options to window options rather than session, from Marc Finet.nicm2015-02-06
* Label windows which are smaller than expected with a reason.nicm2014-11-14
* Having three *clock* files is ridiculous, remove clock.c.nicm2014-03-31
* Break up and simplify screen_redraw_screen.nicm2014-01-31
* Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm2014-01-28
* When only two panes in a window, only draw half the separating line asNicholas Marriott2013-03-25
* Do not redraw panes if invisible.Nicholas Marriott2013-03-25
* Use a predefined structure for not-space cells used to set attributes.Nicholas Marriott2012-05-23
* Add an option to move the status line to the top of the screen,Nicholas Marriott2012-01-29
* Show pane size in top right of display panes mode.Nicholas Marriott2012-01-21
* Make window_pane_index work the same as window_index, from Ben Boeckel.Nicholas Marriott2011-11-15
* Do not continue to send data to suspended/locked clients or there willNicholas Marriott2011-07-08
* Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott2010-09-11
* Option to display the active pane in a different colour with the display-panesNicholas Marriott2010-02-04
* Options to set the colour of the pane borders, with different colours for theNicholas Marriott2010-01-03
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Add a minor optimisatin: if the character being printed is space, don't worryNicholas Marriott2009-10-28
* Similarly add a tty_cursor_pane function to tidy up most of the calls.Nicholas Marriott2009-10-12
* Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott2009-09-10
* Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott2009-08-31
* Reset the attributes after drawing all or part of the screen, and reset theNicholas Marriott2009-08-10
* Pass the ACS border characters through tty_get_acs so they appear correctly onNicholas Marriott2009-07-31
* Use the full range of ACS line drawing characters to draw pane borders,Nicholas Marriott2009-07-24
* Simplify screen redrawing by drawing the border and background together ratherNicholas Marriott2009-07-24
* For some reason when clearing status/message it was redrawing the entire clientNicholas Marriott2009-07-14
* Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott2009-07-14
* Get rid of the PANE_HIDDEN flag in favour of a function, and moving theNicholas Marriott2009-07-14
* Unused variables. Found by lint, no binary change.Nicholas Marriott2009-06-25
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01