summaryrefslogtreecommitdiffstats
path: root/screen-redraw.c
AgeCommit message (Expand)Author
2017-10-16Infrastructure for drawing status lines of more than one line in height,nicm
2017-05-01In order that people can use formats like #D in #() in the status linenicm
2017-04-05Give each client a name. This defaults to the tty name as before butnicm
2017-02-08Add a helper to store a cell, and some tidying.nicm
2017-02-03Add a window or pane id "tag" to each format tree and use it to separatenicm
2017-01-07Add support for the OSC 4 and OSC 104 palette setting escape sequences,nicm
2016-10-13Add support for BCE (background colour erase). This makes various escapenicm
2016-10-12Compare to see if pane status line has actually changed, not just size, andnicm
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-10-09Make the CLIENT_STATUS flag imply that pane status lines are redrawn ifnicm
2016-07-15Instead of representing colours in several different forms with variousnicm
2016-04-29Add option to include status text in the pane borders. Ifnicm
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-12-15Make the marked pane a cmd_find_state.nicm
2015-10-27Move struct options into options.c.nicm
2015-06-04Add support for a single "marked pane". There is one marked pane in thenicm
2015-05-07If status line is at the top, the offset needs to be adjusted whennicm
2015-04-19Support setting the default window and pane background colours (windownicm
2015-02-06Move pane border options to window options rather than session, from Marc Finet.nicm
2014-11-14Label windows which are smaller than expected with a reason.nicm
2014-03-31Having three *clock* files is ridiculous, remove clock.c.nicm
2014-01-31Break up and simplify screen_redraw_screen.nicm
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm
2013-03-25When only two panes in a window, only draw half the separating line asNicholas Marriott
2013-03-25Do not redraw panes if invisible.Nicholas Marriott
2012-05-23Use a predefined structure for not-space cells used to set attributes.Nicholas Marriott
2012-01-29Add an option to move the status line to the top of the screen,Nicholas Marriott
2012-01-21Show pane size in top right of display panes mode.Nicholas Marriott
2011-11-15Make window_pane_index work the same as window_index, from Ben Boeckel.Nicholas Marriott
2011-07-08Do not continue to send data to suspended/locked clients or there willNicholas Marriott
2010-09-11Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupidNicholas Marriott
2010-02-04Option to display the active pane in a different colour with the display-panesNicholas Marriott
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