summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/options-table.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add an "absolute-centre" alignment to use the centre of the total spacenicm2021-03-111-2/+2
* Add a no-detached choice to detach-on-destroy which detaches only ifnicm2021-02-011-2/+6
* Change so that window_flags escapes # automatically which means configsnicm2021-01-201-3/+3
* Add a variant of remain-on-exit that only keeps the pane if the programnicm2021-01-041-3/+7
* Make synchronize-panes a pane option and add -U flag to set-option tonicm2020-12-151-2/+2
* Make replacement of ##s consistent when drawing formats, whethernicm2020-12-011-3/+3
* Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issuenicm2020-08-251-1/+9
* Add a hook when the pane title changed.nicm2020-07-241-1/+2
* xterm* can have focus too.nicm2020-05-221-2/+2
* Add a terminal feature for enable/disable extended keys (supported bynicm2020-05-161-1/+9
* xterm-keys has been on by default for five years and all other modernnicm2020-05-161-3/+4
* Add an option to set the pane border lines style from a choice of singlenicm2020-05-161-1/+12
* Add a mark in copy mode. Set with set-mark command (bound to 'X') bynicm2020-05-161-1/+10
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-161-100/+260
* Change message log to be per server rather than per client and includenicm2020-05-161-2/+2
* Add 'e' key in buffer mode to open the buffer in an editor.nicm2020-05-161-1/+7
* Copy mode search improvements:nicm2020-05-161-1/+17
* Drop having a separate type for style options and make them all strings,nicm2020-05-161-33/+63
* Instead of having a default set of terminals in terminal-overrides thatnicm2020-05-161-2/+2
* Add feature and capabilities for focus reporting. Also document AX andnicm2020-05-161-2/+2
* Change so main-pane-width and height can be given as a percentage.nicm2020-04-221-17/+9
* xterm* needs XT also.nicm2020-04-211-2/+2
* Tidy up the terminal detection and feature code and add named sets ofnicm2020-04-201-4/+11
* Add a copy-command option and change copy-pipe and friends to pipe to itnicm2020-04-171-1/+7
* Change so that the appropriate hooks for windows and panes belong tonicm2020-04-131-13/+31
* Missing after-kill-pane option.nicm2019-11-281-1/+2
* status-left and status-right need push-default also, reported by Ericnicm2019-11-281-3/+9
* Change window-size default from smallest to latest.nicm2019-11-141-2/+2
* Add an option to set the key sent by backspace for those whose systemnicm2019-11-141-1/+7
* Add a "latest" window-size option which tries to size windows based onnicm2019-09-191-2/+2
* Add push-default and pop-default in styles to change the default coloursnicm2019-09-151-1/+5
* Add #define for the pane status line option position numbers.nicm2019-06-261-2/+2
* allow-rename and alternate-screen can be pane options.nicm2019-06-201-3/+3
* Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-201-4/+4
* Add formats for word and line under the mouse and use them to add somenicm2019-05-261-2/+2
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-261-1/+75
* Indicate an array option with a flag rather than a special type so thatnicm2019-04-231-6/+11
* Current window style also needs to be tested for default.nicm2019-04-071-2/+5
* Silence flag should use the same option as activity, reported by Thomasnicm2019-04-021-3/+5
* Include window-status-style and window-status-current style in the format.nicm2019-03-191-13/+31
* The individual -fg, -bg and -attr options have been deprecated (innicm2019-03-181-248/+1
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-181-2/+52
* Add a "terminal" colour which can be used instead of "default" in stylenicm2018-10-251-2/+2
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-18/+21
* Add KRB5CCNAME to update-environment.nicm2018-04-231-3/+3
* Add exit-empty option to exit server if no sessions (defaults to on).nicm2018-02-221-1/+7
* Default allow-rename to off because it is ridiculous that applicationsnicm2017-10-251-2/+2
* Add monitor-bell window option to match the activity and silencenicm2017-08-171-1/+7
* Rename BELL_* values to ALERT_* now they are used by more than bells,nicm2017-08-161-4/+4
* Make bell, activity and silence alerting more consistent:nicm2017-07-261-13/+27