Age | Commit message (Expand) | Author |
5 days | Do not call layout_fix_panes if wp is NULL (that is, a popup). | Nicholas Marriott |
7 days | Turn off scrollbar when pane is in alternate screen, from Michael Grant, | Nicholas Marriott |
14 days | Some fixes for searching for tabs, from Alexander Arch. | Nicholas Marriott |
2024-11-05 | Add support for a scrollbar at the side of each pane. New options | Nicholas Marriott |
2024-10-25 | Flag tabs if possible in the grid cell so they can be preserved on | Nicholas Marriott |
2024-10-05 | Add copy-mode-position-format to configure the position indicator. | Nicholas Marriott |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2024-03-21 | Write padding character into the right position. | Nicholas Marriott |
2023-10-30 | Do not allow combined UTF-8 characters that are too long, GitHub issue | Nicholas Marriott |
2023-10-23 | Unzoom window at start of destroy so it doesn't happen later (when | Nicholas Marriott |
2023-09-15 | Change UTF-8 combining to inspect the previous character at the cursor | Nicholas Marriott |
2023-09-14 | Reset combine flag only if text is actually processed. | Nicholas Marriott |
2023-09-01 | Clear combine flag when a non-UTF-8 set of characters is encountered. | Nicholas Marriott |
2023-09-01 | Rewrite combined character handling to be more consistent and to support | Nicholas Marriott |
2023-08-15 | Add an option menu-selected-style to configure the currently selected | Nicholas Marriott |
2023-08-08 | Add options and flags for menu styles similar to those existing for | Nicholas Marriott |
2023-08-08 | Extend the menu drawing function to support custom characters and | Nicholas Marriott |
2023-07-14 | Set extended keys flag again after reset, from Eric T Johnson. | Nicholas Marriott |
2023-03-27 | For passthrough, don't write to clients attached to different sessions, | Nicholas Marriott |
2023-02-10 | Fix cursor position after zero width space, GitHub issue 3469. | Nicholas Marriott |
2022-12-16 | Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHub | Nicholas Marriott |
2022-10-25 | Initialize context before testing it. | Nicholas Marriott |
2022-10-25 | Do not fire redraw callback if NULL. | Nicholas Marriott |
2022-08-02 | Add a third state "all" to allow-passthrough to work even in invisible | Nicholas Marriott |
2022-06-09 | If an application gives the first parameter to OSC 52, validate and pass | Nicholas Marriott |
2022-03-17 | Check scroll-on-clear for ED also. | Nicholas Marriott |
2022-03-17 | Add an option (scroll-on-clear) to control if tmux scrolls into history | Nicholas Marriott |
2021-10-26 | Do not allow inline styles to replace mode-style for the selected item, | Nicholas Marriott |
2021-10-25 | Add -s and -S to display-popup to set popup and border style, from | Nicholas Marriott |
2021-10-25 | Instead of setting the popup default colours in the draw callback, set | Nicholas Marriott |
2021-10-20 | Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. | Nicholas Marriott |
2021-10-14 | Add popup-border-lines option to set popup line style, from Alexis | Nicholas Marriott |
2021-10-13 | Add popup-style and popup-border-style options, from Alexis Hildebrandt | Nicholas Marriott |
2021-08-17 | Be more sophisticated about enabling synchronized updates when there is | Nicholas Marriott |
2021-08-12 | Restore saved cursor position after a ZWJ rather than recalculating it. | Nicholas Marriott |
2021-08-11 | Break the colour palette into a struct rather than just a single array | Nicholas Marriott |
2021-08-06 | Add basic support for zero width joiners, GitHub issues 1605 and 2784. | Nicholas Marriott |
2021-08-06 | Another minor fix - do not draw positions that are under the popup with | Nicholas Marriott |
2021-06-10 | Improve logging of screen mode changes. | Nicholas Marriott |
2021-01-29 | Trim output overwritten by later text or clears completely rather than | Nicholas Marriott |
2021-01-27 | Flush pending output before entering or exiting alternate screen rather | Nicholas Marriott |
2021-01-22 | Revert clear changes to writing as they don't work properly, better | Nicholas Marriott |
2021-01-18 | There is no need to clear every line entirely before drawing to it, this | Nicholas Marriott |
2020-12-07 | Do not clear the wrapped flag on linefeeds if it is already set - this | Nicholas Marriott |
2020-11-09 | Remove some old debug logging. | Nicholas Marriott |
2020-07-21 | Fix show-buffer when run from inside tmux, GitHub issue 2314. | Nicholas Marriott |
2020-07-06 | Do not eliminate redundant clears, the code is wrong and doing it | Nicholas Marriott |
2020-06-18 | The redraw callback could be fired with a NULL pane if it updates while | Nicholas Marriott |
2020-06-02 | Move the code to set up a padding cell into grid.c. | Nicholas Marriott |
2020-06-02 | Allow UTF-8 characters of width 0 to be stored, it is useful to be able | Nicholas Marriott |