aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
Commit message (Expand)AuthorAge
* kf* terminfo capabilities are poorly defined and rxvt uses them in anicm2022-06-14
* Add unit (milliseconds) to escape-time, show unset colours as "none"nicm2022-03-24
* Add an option (scroll-on-clear) to control if tmux scrolls into historynicm2022-03-17
* Add an option to set the character used for unused areas of thenicm2022-03-16
* Add remain-on-exit-format to set text shown when pane is dead.nicm2022-03-08
* Add a window-resized hook which is fired when the window is actuallynicm2022-02-17
* Add an option (default off) to control the passthrough escape sequence.nicm2022-02-15
* Add option to show arrows for active pane indicator, GitHub issue 3022nicm2022-02-01
* Make pane-border-format a pane option, GitHub issue 2999.nicm2021-12-13
* Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.nicm2021-11-03
* Add a cursor-colour option, from Alexis Hildebrandt in GitHub issuenicm2021-11-01
* Add popup-border-lines option to set popup line style, from Alexisnicm2021-10-14
* Add popup-style and popup-border-style options, from Alexis Hildebrandtnicm2021-10-13
* Now that styles can contain formats, they need to be expanded whennicm2021-08-12
* Break the colour palette into a struct rather than just a single arraynicm2021-08-11
* Add client focus hooks.nicm2021-08-06
* Add a client-active hook, from ncfavier in GitHub issue 2803.nicm2021-08-04
* Make window-linked and window-unlinked window options, GitHub issuenicm2021-07-28
* Move default value for TERM into tmux.h.nicm2021-07-14
* Minor fixes to option descriptions.nicm2021-06-16
* More accurate vi(1) word navigation in copy mode and on the status line.nicm2021-06-10
* Add different command historys for different types of promptsnicm2021-06-10
* Add an "always" value to the extended-keys option to always forwardnicm2021-06-10
* Add an "absolute-centre" alignment to use the centre of the total spacenicm2021-03-11
* Add a no-detached choice to detach-on-destroy which detaches only ifnicm2021-02-01
* Change so that window_flags escapes # automatically which means configsnicm2021-01-20
* Add a variant of remain-on-exit that only keeps the pane if the programnicm2021-01-04
* Make synchronize-panes a pane option and add -U flag to set-option tonicm2020-12-15
* Make replacement of ##s consistent when drawing formats, whethernicm2020-12-01
* Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issuenicm2020-08-25
* Add a hook when the pane title changed.nicm2020-07-24
* xterm* can have focus too.nicm2020-05-22
* Add a terminal feature for enable/disable extended keys (supported bynicm2020-05-16
* Add an option to set the pane border lines style from a choice of singlenicm2020-05-16
* Add a mark in copy mode. Set with set-mark command (bound to 'X') bynicm2020-05-16
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-16
* Change message log to be per server rather than per client and includenicm2020-05-16
* Add 'e' key in buffer mode to open the buffer in an editor.nicm2020-05-16
* Copy mode search improvements:nicm2020-05-16
* Drop having a separate type for style options and make them all strings,nicm2020-05-16
* Instead of having a default set of terminals in terminal-overrides thatnicm2020-05-16
* Change so main-pane-width and height can be given as a percentage.nicm2020-04-22
* xterm* needs XT also.nicm2020-04-21
* Tidy up the terminal detection and feature code and add named sets ofnicm2020-04-20
* Add a copy-command option and change copy-pipe and friends to pipe to itnicm2020-04-17
* Change so that the appropriate hooks for windows and panes belong tonicm2020-04-13
* Missing after-kill-pane option.nicm2019-11-28
* status-left and status-right need push-default also, reported by Ericnicm2019-11-28
* Change window-size default from smallest to latest.nicm2019-11-14
* Add an option to set the key sent by backspace for those whose systemnicm2019-11-14