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