summaryrefslogtreecommitdiffstats
path: root/screen-redraw.c
AgeCommit message (Expand)Author
2023-08-22Merge SIXEL branch.Nicholas Marriott
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2022-03-16Add an option to set the character used for unused areas of thenicm
2022-02-04Use ACS for pane border indicators so they work with different linenicm
2022-02-01Add option to show arrows for active pane indicator, GitHub issue 3022nicm
2021-12-13Make pane-border-format a pane option, GitHub issue 2999.nicm
2021-10-26Do not allow inline styles to replace mode-style for the selected item,nicm
2021-10-14Add popup-border-lines option to set popup line style, from Alexisnicm
2021-10-11Make positions hidden by overlays range-based rather than character-based,nicm
2021-08-13Add a menu when a popup is present (mouse only for now).nicm
2021-08-11Break the colour palette into a struct rather than just a single arraynicm
2021-08-11Return to applying pane-border-style to the area outside panes, GitHubnicm
2021-08-05Do not freeze output in panes when a popup is open, let them continue tonicm
2021-04-13Move mode set/reset after sync so cursor doesn't flicker, from Avinicm
2021-02-05Send Unicode directional isolate characters around horizontal panenicm
2020-12-07Do not include the status line size when working out the character fornicm
2020-07-22Correct checks for window borders.nicm
2020-06-27Check for no pane border status line separately from top/bottom.nicm
2020-06-23Correctly redraw pane border bottom line when the status line is on andnicm
2020-05-16Add an option to set the pane border lines style from a choice of singlenicm
2020-05-16Add a client flag 'active-pane' which stores the active pane in thenicm
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