summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/screen-redraw.c
AgeCommit message (Expand)Author
9 daysAdd two new style parameters, width and pad, which apply to scrollbars.Nicholas Marriott
10 daysTurn off scrollbar when pane is in alternate screen, from Michael Grant,Nicholas Marriott
13 daysMouse support on the scrollbars, from Michael Grant.Nicholas Marriott
2024-11-05Add support for a scrollbar at the side of each pane. New optionsNicholas Marriott
2024-10-08Draw pane status line on the correct line when at the bottom, fixesNicholas Marriott
2024-08-26Pass the screen_redraw_ctx struct into more functions instead ofNicholas Marriott
2024-08-26Client flags was changed to uint64_t a while ago, fix a few cases whereNicholas Marriott
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by otherNicholas Marriott
2022-03-16Add an option to set the character used for unused areas of theNicholas Marriott
2022-02-04Use ACS for pane border indicators so they work with different lineNicholas Marriott
2022-02-01Add option to show arrows for active pane indicator, GitHub issue 3022Nicholas Marriott
2021-12-13Make pane-border-format a pane option, GitHub issue 2999.Nicholas Marriott
2021-10-26Do not allow inline styles to replace mode-style for the selected item,Nicholas Marriott
2021-10-14Add popup-border-lines option to set popup line style, from AlexisNicholas Marriott
2021-10-11Make positions hidden by overlays range-based rather than character-based,Nicholas Marriott
2021-08-13Add a menu when a popup is present (mouse only for now).Nicholas Marriott
2021-08-11Break the colour palette into a struct rather than just a single arrayNicholas Marriott
2021-08-11Return to applying pane-border-style to the area outside panes, GitHubNicholas Marriott
2021-08-05Do not freeze output in panes when a popup is open, let them continue toNicholas Marriott
2021-04-13Move mode set/reset after sync so cursor doesn't flicker, from AviNicholas Marriott
2021-02-05Send Unicode directional isolate characters around horizontal paneNicholas Marriott
2020-12-07Do not include the status line size when working out the character forNicholas Marriott
2020-07-22Correct checks for window borders.Nicholas Marriott
2020-06-27Check for no pane border status line separately from top/bottom.Nicholas Marriott
2020-06-23Correctly redraw pane border bottom line when the status line is on andNicholas Marriott
2020-05-16Add an option to set the pane border lines style from a choice of singleNicholas Marriott
2020-05-16Add a client flag 'active-pane' which stores the active pane in theNicholas Marriott
2020-05-16Do not hoke into struct window_pane from the tty code and instead setNicholas Marriott
2020-05-16Drop having a separate type for style options and make them all strings,Nicholas Marriott
2020-05-16Do not redraw or update mode if nothing has changed.Nicholas Marriott
2020-04-20Change how sync works to always send the end sequence after all outputNicholas Marriott
2020-04-18The PANE_REDRAW flag bit might be needed by other panes so we can'tNicholas Marriott
2020-04-18Bring back previons fix to only redraw panes that need it after a redrawNicholas Marriott
2020-04-18Add a flag to protect against nested syncs and add some extra logging toNicholas Marriott
2020-04-18Revert previous, there is still a problem.Nicholas Marriott
2020-04-18When a redraw is deferred because the terminal hasn't finished readingNicholas Marriott
2020-04-16Add support for the iTerm2 sychronized updates escape sequence whichNicholas Marriott
2020-03-24Add support for overlay popup boxes to show text or output temporarilyNicholas Marriott
2019-07-24Mark pane status line jobs with FORMAT_STATUS also so it redraws whenNicholas Marriott
2019-06-26Add #define for the pane status line option position numbers.Nicholas Marriott
2019-05-26Always redraw overlay if it is on (so status line doesn't redraw over it).Nicholas Marriott
2019-05-08Add a flag to redraw only the overlay, and remove the overlay on resize.Nicholas Marriott
2019-05-07Move around the display-panes identify code to make it a bit moreNicholas Marriott
2019-04-17Do not let the size of the pane status screen go negative.Nicholas Marriott
2019-03-18Extend the #[] style syntax and use that together with previous formatNicholas Marriott
2019-03-16Use a pointer for the active screen in the status line instead ofNicholas Marriott
2019-03-16Tidy and rename some bits of status line code.Nicholas Marriott
2019-03-12DECRC and DECSC apparently need to preserve origin mode as well, basedNicholas Marriott
2018-10-18Support for windows larger than visible on the attached client. This hasNicholas Marriott
2018-08-19Add a flag to force redrawing of the status line even if the contentNicholas Marriott