Age | Commit message (Expand) | Author |
7 days | Add two new style parameters, width and pad, which apply to scrollbars. | Nicholas Marriott |
11 days | Add an option to control the input buffer size, from Ken Lau. | Nicholas Marriott |
2024-11-05 | Add support for a scrollbar at the side of each pane. New options | Nicholas Marriott |
2024-10-21 | Bump up the maximum for repeat-time (some people want it to be | Nicholas Marriott |
2024-10-07 | Add prompt-cursor-colour and prompt-cursor-style to set the style of the | Nicholas Marriott |
2024-10-07 | Add initial-repeat-time option to allow the first repeat time to be | Nicholas Marriott |
2024-10-05 | Add copy-mode-position-format to configure the position indicator. | Nicholas Marriott |
2024-10-02 | Add MSYSTEM to default update-environment. | Nicholas Marriott |
2024-09-16 | Add a prefix timeout option, from Conor Taylor in GitHub issue 4108. | Nicholas Marriott |
2024-08-21 | Set the default for extended-keys back to off because it appears emacs turns | Nicholas Marriott |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2024-08-04 | The Linux console has some bugs with bright colours. It seems likely | Nicholas Marriott |
2024-05-14 | Revert part of the change for GitHub issue 3675 because it does not work | Nicholas Marriott |
2024-05-14 | Add a command-error hook when a command fails, from Hugh Davenport in | Nicholas Marriott |
2024-05-14 | Add an option to disable unwrapping lines for searching, from | Nicholas Marriott |
2024-04-10 | Add an option allow-set-title to forbid applications from changing the | Nicholas Marriott |
2024-03-21 | Reduce escape-time default to 10 milliseconds, 500 is far too long for | Nicholas Marriott |
2024-02-13 | Add two new values for the destroy-unattached option to destroy sessions | Nicholas Marriott |
2023-09-01 | Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt. | 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 |
2022-09-09 | Add message-line option to control where message and prompt go, from | Nicholas Marriott |
2022-08-02 | Add a third state "all" to allow-passthrough to work even in invisible | Nicholas Marriott |
2022-06-14 | kf* terminfo capabilities are poorly defined and rxvt uses them in a | Nicholas Marriott |
2022-03-24 | Add unit (milliseconds) to escape-time, show unset colours as "none" | Nicholas Marriott |
2022-03-17 | Add an option (scroll-on-clear) to control if tmux scrolls into history | Nicholas Marriott |
2022-03-16 | Add an option to set the character used for unused areas of the | Nicholas Marriott |
2022-03-08 | Add remain-on-exit-format to set text shown when pane is dead. | Nicholas Marriott |
2022-02-17 | Add a window-resized hook which is fired when the window is actually | Nicholas Marriott |
2022-02-15 | Add an option (default off) to control the passthrough escape sequence. | 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-11-03 | Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. | Nicholas Marriott |
2021-11-01 | Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue | 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-12 | Now that styles can contain formats, they need to be expanded when | Nicholas Marriott |
2021-08-11 | Break the colour palette into a struct rather than just a single array | Nicholas Marriott |
2021-08-06 | Add client focus hooks. | Nicholas Marriott |
2021-08-04 | Add a client-active hook, from ncfavier in GitHub issue 2803. | Nicholas Marriott |
2021-07-28 | Make window-linked and window-unlinked window options, GitHub issue | Nicholas Marriott |
2021-07-14 | Move default value for TERM into tmux.h. | Nicholas Marriott |
2021-06-16 | Minor fixes to option descriptions. | Nicholas Marriott |
2021-06-10 | More accurate vi(1) word navigation in copy mode and on the status line. | Nicholas Marriott |
2021-06-10 | Add different command historys for different types of prompts | Nicholas Marriott |
2021-06-10 | Add an "always" value to the extended-keys option to always forward | Nicholas Marriott |
2021-03-11 | Add an "absolute-centre" alignment to use the centre of the total space | Nicholas Marriott |
2021-02-01 | Add a no-detached choice to detach-on-destroy which detaches only if | Nicholas Marriott |
2021-01-20 | Change so that window_flags escapes # automatically which means configs | Nicholas Marriott |
2021-01-04 | Add a variant of remain-on-exit that only keeps the pane if the program | Nicholas Marriott |