aboutsummaryrefslogtreecommitdiff
path: root/cmd-show-options.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2019-06-20
|\
| * Still need to walk the options tree for user options.nicm2019-06-20
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-20
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * Add a helper function to work out option table from name.nicm2019-06-20
* | Merge branch 'obsd-master'Thomas Adam2019-06-20
|\|
| * Add a -A flag to show-options to show parent options as well.nicm2019-06-20
* | Merge branch 'obsd-master'Thomas Adam2019-05-23
|\|
| * Use the same argument escaping code for options as well.nicm2019-05-23
* | Merge branch 'obsd-master'Thomas Adam2019-05-22
|\|
| * Fix crash if window doesn't exist, GitHub issue 1751.nicm2019-05-22
* | Merge branch 'obsd-master'Thomas Adam2019-05-12
|\|
| * Oops, removed too much in last change.nicm2019-05-12
| * Fix some indentation and dead assignments.nicm2019-05-12
* | Merge branch 'obsd-master'Thomas Adam2019-04-30
|\|
| * Fix user options after show-hooks merge, GitHub issue 1704.nicm2019-04-30
* | Merge branch 'obsd-master'Thomas Adam2019-04-27
|\|
| * Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
* | Merge branch 'obsd-master'Thomas Adam2019-04-25
|\|
| * Make options_tostring allocate its result instead of using a stacknicm2019-04-25
* | Merge branch 'obsd-master'Thomas Adam2019-04-18
|\|
| * Copy the code to infer the option type to show-options and document it.nicm2019-04-18
* | Merge branch 'obsd-master'Thomas Adam2019-04-05
|\|
| * Fix some warnings, from Thomas Adam.nicm2019-04-05
* | Merge branch 'obsd-master'Thomas Adam2019-03-19
|\|
| * The individual -fg, -bg and -attr options have been deprecated (innicm2019-03-18
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Make array options a sparse tree instead of an array of char * andnicm2019-03-18
* | Merge branch 'obsd-master'Thomas Adam2017-05-10
|\|
| * Expand formats in option names and add -F flag to do so in option values as w...nicm2017-05-10
* | Merge branch 'obsd-master'Thomas Adam2017-04-22
|\|
| * Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-22
* | Merge branch 'obsd-master'Thomas Adam2017-01-31
|\|
| * When a flag option is used in a format, it should use the number formnicm2017-01-30
* | Merge branch 'obsd-master'Thomas Adam2017-01-24
|\|
| * If given an array option without an index either show or set all items,nicm2017-01-24
* | Merge branch 'obsd-master'Thomas Adam2017-01-18
|\|
| * Plain stravis() because it will mangle UTF-8 characters, so addnicm2017-01-18
* | Merge branch 'obsd-master'Thomas Adam2017-01-18
|\|
| * options_match needs to explicitly check for user options.nicm2017-01-18
* | Merge branch 'obsd-master'Thomas Adam2017-01-16
|\|
| * getopt() has a struct option so just return to using options_entry.nicm2017-01-16
* | Remove vis.h which comes from compat.Nicholas Marriott2017-01-16
|/
* Major tidy up and rework of options tree and set-option/show-optionsnicm2017-01-15
* 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
* 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