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