summaryrefslogtreecommitdiffstats
path: root/cmd-show-options.c
AgeCommit message (Expand)Author
2019-05-23Merge branch 'obsd-master'Thomas Adam
2019-05-23Use the same argument escaping code for options as well.nicm
2019-05-22Merge branch 'obsd-master'Thomas Adam
2019-05-22Fix crash if window doesn't exist, GitHub issue 1751.nicm
2019-05-12Merge branch 'obsd-master'Thomas Adam
2019-05-12Oops, removed too much in last change.nicm
2019-05-12Fix some indentation and dead assignments.nicm
2019-04-30Merge branch 'obsd-master'Thomas Adam
2019-04-30Fix user options after show-hooks merge, GitHub issue 1704.nicm
2019-04-27Merge branch 'obsd-master'Thomas Adam
2019-04-26Merge hooks into options and make each one an array option. This allowsnicm
2019-04-25Merge branch 'obsd-master'Thomas Adam
2019-04-25Make options_tostring allocate its result instead of using a stacknicm
2019-04-18Merge branch 'obsd-master'Thomas Adam
2019-04-18Copy the code to infer the option type to show-options and document it.nicm
2019-04-05Merge branch 'obsd-master'Thomas Adam
2019-04-05Fix some warnings, from Thomas Adam.nicm
2019-03-19Merge branch 'obsd-master'Thomas Adam
2019-03-18The individual -fg, -bg and -attr options have been deprecated (innicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-18Make array options a sparse tree instead of an array of char * andnicm
2017-05-10Merge branch 'obsd-master'Thomas Adam
2017-05-10Expand formats in option names and add -F flag to do so in option values as w...nicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store thenicm
2017-01-31Merge branch 'obsd-master'Thomas Adam
2017-01-30When a flag option is used in a format, it should use the number formnicm
2017-01-24Merge branch 'obsd-master'Thomas Adam
2017-01-24If given an array option without an index either show or set all items,nicm
2017-01-18Merge branch 'obsd-master'Thomas Adam
2017-01-18Plain stravis() because it will mangle UTF-8 characters, so addnicm
2017-01-18Merge branch 'obsd-master'Thomas Adam
2017-01-18options_match needs to explicitly check for user options.nicm
2017-01-16Merge branch 'obsd-master'Thomas Adam
2017-01-16getopt() has a struct option so just return to using options_entry.nicm
2017-01-16Remove vis.h which comes from compat.Nicholas Marriott
2017-01-15Major tidy up and rework of options tree and set-option/show-optionsnicm
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-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
2015-12-13show-options and environment need CANFAIL flag.nicm
2015-12-13Instead of every command resolving the target (-t or -s) itself, preparenicm
2015-11-20Instead of separate tables for different types of options, give eachnicm
2015-10-27Move struct options into options.c.nicm
2014-10-20Instead of setting up the default keys by building the key structnicm
2014-04-17Do not show the -fg, -bg and -attr options. If asked for one explicitly,nicm