aboutsummaryrefslogtreecommitdiff
path: root/cmd-set-option.c
Commit message (Expand)AuthorAge
* Validate command argument types (string or command list) and give morenicm2021-08-25
* Add args parsing callback for some future work, currently unused.nicm2021-08-21
* Hide struct args behind a couple of accessor functions.nicm2021-08-20
* Make synchronize-panes a pane option and add -U flag to set-option tonicm2020-12-15
* d and D keys to reset to default in customize mode.nicm2020-06-16
* Move lazy resize from the pane to the window, there is no point innicm2020-05-16
* Add a customize mode where keys and options may be browsed and changed,nicm2020-05-16
* Drop having a separate type for style options and make them all strings,nicm2020-05-16
* Missed a few warnings in previous.nicm2020-04-13
* Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* Make struct cmd local to cmd.c and move it out of tmux.h.nicm2020-04-13
* Change so that the appropriate hooks for windows and panes belong tonicm2020-04-13
* Ignore default-shell (and use /bin/sh) if it invalid not just if it isnicm2020-03-17
* Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-20
* Add a helper function to work out option table from name.nicm2019-06-20
* 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
* The individual -fg, -bg and -attr options have been deprecated (innicm2019-03-18
* Make array options a sparse tree instead of an array of char * andnicm2019-03-18
* Tidy and rename some bits of status line code.nicm2019-03-16
* Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* Do not try to set default value on user options (they don't have one),nicm2017-12-22
* Do not fail if unset an option that is already unset, reported by Thomasnicm2017-09-07
* Add user-keys option to allow user-defined keys to be set, from Dannicm2017-06-23
* Style and spacing nits.nicm2017-05-31
* Expand formats in option names and add -F flag to do so in option values as w...nicm2017-05-10
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-22
* Memory leaks, from David CARLIER.nicm2017-04-22
* Style nits.nicm2017-02-16
* Cache status line position to reduce option lookups during output.nicm2017-02-03
* Clear option before adding to array if no -a, reported by Michaelnicm2017-01-25
* Fix set -u on array options.nicm2017-01-24
* If given an array option without an index either show or set all items,nicm2017-01-24
* getopt() has a struct option so just return to using options_entry.nicm2017-01-16
* -q flag now needs to be checked in a couple more places.nicm2017-01-15
* Major tidy up and rework of options tree and set-option/show-optionsnicm2017-01-15
* Simplify appending to string options.nicm2017-01-12
* Some tidying and tweaks to options code.nicm2017-01-11
* Do not try to set the CHANGED flag on windows with no active pane, fixesnicm2016-11-04
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl...nicm2016-10-14
* Add static in cmd-* and fix a few other nits.nicm2016-10-10
* Handle NULL window or session for user options.nicm2016-10-09
* Support set -a (append) with user options, suggested by Xandor Schiefer.nicm2016-09-26
* Cache the window styles and do not look up the window-style optionsnicm2016-05-30
* Add option to include status text in the pane borders. Ifnicm2016-04-29
* show-* and set-* need to handle a missing target.nicm2016-03-03
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-14
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-13