summaryrefslogtreecommitdiffstats
path: root/screen-redraw.c
AgeCommit message (Expand)Author
2020-05-16Do not hoke into struct window_pane from the tty code and instead setnicm
2020-05-16Drop having a separate type for style options and make them all strings,nicm
2020-05-16Do not redraw or update mode if nothing has changed.nicm
2020-04-20Change how sync works to always send the end sequence after all outputnicm
2020-04-18The PANE_REDRAW flag bit might be needed by other panes so we can'tnicm
2020-04-18Bring back previons fix to only redraw panes that need it after a redrawnicm
2020-04-18Add a flag to protect against nested syncs and add some extra logging tonicm
2020-04-18Revert previous, there is still a problem.nicm
2020-04-18When a redraw is deferred because the terminal hasn't finished readingnicm
2020-04-16Add support for the iTerm2 sychronized updates escape sequence whichnicm
2020-03-24Add support for overlay popup boxes to show text or output temporarilynicm
2019-07-24Mark pane status line jobs with FORMAT_STATUS also so it redraws whennicm
2019-06-26Add #define for the pane status line option position numbers.nicm
2019-05-26Always redraw overlay if it is on (so status line doesn't redraw over it).nicm
2019-05-08Add a flag to redraw only the overlay, and remove the overlay on resize.nicm
2019-05-07Move around the display-panes identify code to make it a bit morenicm
2019-04-17Do not let the size of the pane status screen go negative.nicm
2019-03-18Extend the #[] style syntax and use that together with previous formatnicm
2019-03-16Use a pointer for the active screen in the status line instead ofnicm
2019-03-16Tidy and rename some bits of status line code.nicm
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basednicm
2018-10-18Support for windows larger than visible on the attached client. This hasnicm
2018-08-19Add a flag to force redrawing of the status line even if the contentnicm
2018-08-19Add a client redraw-window flag instead of the redraw-all flag and fornicm
2018-08-18Some tidying and helper functions.nicm
2018-08-14Add size to arguments struct too.nicm
2018-08-14Some tidying, use a struct for arguments (there will be more later) andnicm
2018-02-05Add struct status_line to hold status line members of struct client, notnicm
2017-12-22Fix memory leak in screen_redraw_make_pane_status.nicm
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