summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/options-table.c
AgeCommit message (Expand)Author
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
2020-12-15Make synchronize-panes a pane option and add -U flag to set-option toNicholas Marriott
2020-12-01Make replacement of ##s consistent when drawing formats, whetherNicholas Marriott
2020-08-25Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issueNicholas Marriott
2020-07-24Add a hook when the pane title changed.Nicholas Marriott
2020-05-22xterm* can have focus too.Nicholas Marriott
2020-05-16Add a terminal feature for enable/disable extended keys (supported byNicholas Marriott
2020-05-16xterm-keys has been on by default for five years and all other modernNicholas Marriott
2020-05-16Add an option to set the pane border lines style from a choice of singleNicholas Marriott
2020-05-16Add a mark in copy mode. Set with set-mark command (bound to 'X') byNicholas Marriott
2020-05-16Add a customize mode where keys and options may be browsed and changed,Nicholas Marriott
2020-05-16Change message log to be per server rather than per client and includeNicholas Marriott
2020-05-16Add 'e' key in buffer mode to open the buffer in an editor.Nicholas Marriott
2020-05-16Copy mode search improvements:Nicholas Marriott
2020-05-16Drop having a separate type for style options and make them all strings,Nicholas Marriott
2020-05-16Instead of having a default set of terminals in terminal-overrides thatNicholas Marriott
2020-05-16Add feature and capabilities for focus reporting. Also document AX andNicholas Marriott
2020-04-22Change so main-pane-width and height can be given as a percentage.Nicholas Marriott
2020-04-21xterm* needs XT also.Nicholas Marriott
2020-04-20Tidy up the terminal detection and feature code and add named sets ofNicholas Marriott
2020-04-17Add a copy-command option and change copy-pipe and friends to pipe to itNicholas Marriott
2020-04-13Change so that the appropriate hooks for windows and panes belong toNicholas Marriott