| Commit message (Expand) | Author | Age |
* | Add a menu when a popup is present (mouse only for now). | nicm | 2021-08-13 |
* | Break the colour palette into a struct rather than just a single array | nicm | 2021-08-11 |
* | Return to applying pane-border-style to the area outside panes, GitHub | nicm | 2021-08-11 |
* | Do not freeze output in panes when a popup is open, let them continue to | nicm | 2021-08-05 |
* | Move mode set/reset after sync so cursor doesn't flicker, from Avi | nicm | 2021-04-13 |
* | Send Unicode directional isolate characters around horizontal pane | nicm | 2021-02-05 |
* | Do not include the status line size when working out the character for | nicm | 2020-12-07 |
* | Correct checks for window borders. | nicm | 2020-07-22 |
* | Check for no pane border status line separately from top/bottom. | nicm | 2020-06-27 |
* | Correctly redraw pane border bottom line when the status line is on and | nicm | 2020-06-23 |
* | Add an option to set the pane border lines style from a choice of single | nicm | 2020-05-16 |
* | Add a client flag 'active-pane' which stores the active pane in the | nicm | 2020-05-16 |
* | Do not hoke into struct window_pane from the tty code and instead set | nicm | 2020-05-16 |
* | Drop having a separate type for style options and make them all strings, | nicm | 2020-05-16 |
* | Do not redraw or update mode if nothing has changed. | nicm | 2020-05-16 |
* | Change how sync works to always send the end sequence after all output | nicm | 2020-04-20 |
* | The PANE_REDRAW flag bit might be needed by other panes so we can't | nicm | 2020-04-18 |
* | Bring back previons fix to only redraw panes that need it after a redraw | nicm | 2020-04-18 |
* | Add a flag to protect against nested syncs and add some extra logging to | nicm | 2020-04-18 |
* | Revert previous, there is still a problem. | nicm | 2020-04-18 |
* | When a redraw is deferred because the terminal hasn't finished reading | nicm | 2020-04-18 |
* | Add support for the iTerm2 sychronized updates escape sequence which | nicm | 2020-04-16 |
* | Add support for overlay popup boxes to show text or output temporarily | nicm | 2020-03-24 |
* | Mark pane status line jobs with FORMAT_STATUS also so it redraws when | nicm | 2019-07-24 |
* | Add #define for the pane status line option position numbers. | nicm | 2019-06-26 |
* | Always redraw overlay if it is on (so status line doesn't redraw over it). | nicm | 2019-05-26 |
* | Add a flag to redraw only the overlay, and remove the overlay on resize. | nicm | 2019-05-08 |
* | Move around the display-panes identify code to make it a bit more | nicm | 2019-05-07 |
* | Do not let the size of the pane status screen go negative. | nicm | 2019-04-17 |
* | Extend the #[] style syntax and use that together with previous format | nicm | 2019-03-18 |
* | Use a pointer for the active screen in the status line instead of | nicm | 2019-03-16 |
* | Tidy and rename some bits of status line code. | nicm | 2019-03-16 |
* | DECRC and DECSC apparently need to preserve origin mode as well, based | nicm | 2019-03-12 |
* | Support for windows larger than visible on the attached client. This has | nicm | 2018-10-18 |
* | Add a flag to force redrawing of the status line even if the content | nicm | 2018-08-19 |
* | Add a client redraw-window flag instead of the redraw-all flag and for | nicm | 2018-08-19 |
* | Some tidying and helper functions. | nicm | 2018-08-18 |
* | Add size to arguments struct too. | nicm | 2018-08-14 |
* | Some tidying, use a struct for arguments (there will be more later) and | nicm | 2018-08-14 |
* | Add struct status_line to hold status line members of struct client, not | nicm | 2018-02-05 |
* | Fix memory leak in screen_redraw_make_pane_status. | nicm | 2017-12-22 |
* | Infrastructure for drawing status lines of more than one line in height, | nicm | 2017-10-16 |
* | In order that people can use formats like #D in #() in the status line | nicm | 2017-05-01 |
* | Give each client a name. This defaults to the tty name as before but | nicm | 2017-04-05 |
* | Add a helper to store a cell, and some tidying. | nicm | 2017-02-08 |
* | Add a window or pane id "tag" to each format tree and use it to separate | nicm | 2017-02-03 |
* | Add support for the OSC 4 and OSC 104 palette setting escape sequences, | nicm | 2017-01-07 |
* | Add support for BCE (background colour erase). This makes various escape | nicm | 2016-10-13 |
* | Compare to see if pane status line has actually changed, not just size, and | nicm | 2016-10-12 |
* | Loads more static, except for cmd-*.c and window-*.c. | nicm | 2016-10-10 |