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