summaryrefslogtreecommitdiffstats
path: root/options-table.c
AgeCommit message (Expand)Author
2024-02-13Add two new values for the destroy-unattached option to destroy sessionsnicm
2023-09-01Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.nicm
2023-08-15Add an option menu-selected-style to configure the currently selectednicm
2023-08-08Add options and flags for menu styles similar to those existing fornicm
2022-09-09Add message-line option to control where message and prompt go, fromnicm
2022-08-02Add a third state "all" to allow-passthrough to work even in invisiblenicm
2022-06-14kf* terminfo capabilities are poorly defined and rxvt uses them in anicm
2022-03-24Add unit (milliseconds) to escape-time, show unset colours as "none"nicm
2022-03-17Add an option (scroll-on-clear) to control if tmux scrolls into historynicm
2022-03-16Add an option to set the character used for unused areas of thenicm
2022-03-08Add remain-on-exit-format to set text shown when pane is dead.nicm
2022-02-17Add a window-resized hook which is fired when the window is actuallynicm
2022-02-15Add an option (default off) to control the passthrough escape sequence.nicm
2022-02-01Add option to show arrows for active pane indicator, GitHub issue 3022nicm
2021-12-13Make pane-border-format a pane option, GitHub issue 2999.nicm
2021-11-03Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.nicm
2021-11-01Add a cursor-colour option, from Alexis Hildebrandt in GitHub issuenicm
2021-10-14Add popup-border-lines option to set popup line style, from Alexisnicm
2021-10-13Add popup-style and popup-border-style options, from Alexis Hildebrandtnicm
2021-08-12Now that styles can contain formats, they need to be expanded whennicm
2021-08-11Break the colour palette into a struct rather than just a single arraynicm
2021-08-06Add client focus hooks.nicm
2021-08-04Add a client-active hook, from ncfavier in GitHub issue 2803.nicm
2021-07-28Make window-linked and window-unlinked window options, GitHub issuenicm
2021-07-14Move default value for TERM into tmux.h.nicm
2021-06-16Minor fixes to option descriptions.nicm
2021-06-10More accurate vi(1) word navigation in copy mode and on the status line.nicm
2021-06-10Add different command historys for different types of promptsnicm
2021-06-10Add an "always" value to the extended-keys option to always forwardnicm
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spacenicm
2021-02-01Add a no-detached choice to detach-on-destroy which detaches only ifnicm
2021-01-20Change so that window_flags escapes # automatically which means configsnicm
2021-01-04Add a variant of remain-on-exit that only keeps the pane if the programnicm
2020-12-15Make synchronize-panes a pane option and add -U flag to set-option tonicm
2020-12-01Make replacement of ##s consistent when drawing formats, whethernicm
2020-08-25Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issuenicm
2020-07-24Add a hook when the pane title changed.nicm
2020-05-22xterm* can have focus too.nicm
2020-05-16Add a terminal feature for enable/disable extended keys (supported bynicm
2020-05-16Add an option to set the pane border lines style from a choice of singlenicm
2020-05-16Add a mark in copy mode. Set with set-mark command (bound to 'X') bynicm
2020-05-16Add a customize mode where keys and options may be browsed and changed,nicm
2020-05-16Change message log to be per server rather than per client and includenicm
2020-05-16Add 'e' key in buffer mode to open the buffer in an editor.nicm
2020-05-16Copy mode search improvements:nicm
2020-05-16Drop having a separate type for style options and make them all strings,nicm
2020-05-16Instead of having a default set of terminals in terminal-overrides thatnicm
2020-04-22Change so main-pane-width and height can be given as a percentage.nicm
2020-04-21xterm* needs XT also.nicm
2020-04-20Tidy up the terminal detection and feature code and add named sets ofnicm