aboutsummaryrefslogtreecommitdiff
path: root/options-table.c
Commit message (Expand)AuthorAge
* 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
* Add a "latest" window-size option which tries to size windows based onnicm2019-09-19
* Add push-default and pop-default in styles to change the default coloursnicm2019-09-15
* Add #define for the pane status line option position numbers.nicm2019-06-26
* allow-rename and alternate-screen can be pane options.nicm2019-06-20
* Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-20
* Add formats for word and line under the mouse and use them to add somenicm2019-05-26
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
* Indicate an array option with a flag rather than a special type so thatnicm2019-04-23
* Current window style also needs to be tested for default.nicm2019-04-07
* Silence flag should use the same option as activity, reported by Thomasnicm2019-04-02
* Include window-status-style and window-status-current style in the format.nicm2019-03-19
* The individual -fg, -bg and -attr options have been deprecated (innicm2019-03-18
* Extend the #[] style syntax and use that together with previous formatnicm2019-03-18
* Add a "terminal" colour which can be used instead of "default" in stylenicm2018-10-25
* Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* Add KRB5CCNAME to update-environment.nicm2018-04-23
* Add exit-empty option to exit server if no sessions (defaults to on).nicm2018-02-22
* Default allow-rename to off because it is ridiculous that applicationsnicm2017-10-25
* Add monitor-bell window option to match the activity and silencenicm2017-08-17
* Rename BELL_* values to ALERT_* now they are used by more than bells,nicm2017-08-16
* Make bell, activity and silence alerting more consistent:nicm2017-07-26
* Add user-keys option to allow user-defined keys to be set, from Dannicm2017-06-23
* Make set-clipboard a three-state option so tmux itself can ignore thenicm2017-06-03
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-30
* Store a copy of the old status line, will be needed soon for new choose mode.nicm2017-05-29
* Make update-environment an array as well.nicm2017-01-24
* Convert terminal-overrides to an array option.nicm2017-01-24
* server-info can become an alias rather than a command.nicm2017-01-24
* Revert WIP parts of previous I didn't mean to commit yet.nicm2017-01-16
* getopt() has a struct option so just return to using options_entry.nicm2017-01-16