summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/options-table.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add user-keys option to allow user-defined keys to be set, from Dannicm2017-06-231-1/+8
* Make set-clipboard a three-state option so tmux itself can ignore thenicm2017-06-031-2/+6
* Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-301-3/+5
* Store a copy of the old status line, will be needed soon for new choose mode.nicm2017-05-291-5/+5
* Make update-environment an array as well.nicm2017-01-241-3/+2
* Convert terminal-overrides to an array option.nicm2017-01-241-3/+4
* server-info can become an alias rather than a command.nicm2017-01-241-2/+5
* Add support for custom command aliases, this is an array option whichnicm2017-01-241-1/+8
* Revert WIP parts of previous I didn't mean to commit yet.nicm2017-01-161-8/+1
* getopt() has a struct option so just return to using options_entry.nicm2017-01-161-1/+8
* Major tidy up and rework of options tree and set-option/show-optionsnicm2017-01-151-99/+2
* Remove unused quiet option.nicm2017-01-151-7/+1
* Simplify appending to string options.nicm2017-01-121-3/+4
* Some tidying and tweaks to options code.nicm2017-01-111-3/+3
* Change the xterm-keys option to default to on, so that tmux willnicm2016-12-301-2/+2
* Remove the set-remain-on-exit option, it was always a hack and can nownicm2016-10-131-7/+1
* Remove some dead code in cmd-move-window.c and make a load of localnicm2016-10-031-8/+8
* Fix up a couple of long lines.nicm2016-05-041-2/+3
* Add option to include status text in the pane borders. Ifnicm2016-04-291-1/+17
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Add key-table option to set the default key table for a session, allowsnicm2015-12-121-1/+7
* Don't allow options in table without scope set.nicm2015-11-241-1/+3
* If display-time is set to 0, show status messages until a key is pressed;tim2015-11-221-2/+2
* Instead of separate tables for different types of options, give eachnicm2015-11-201-40/+143
* Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm2015-11-121-11/+1