summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/cmd-show-options.c
AgeCommit message (Expand)Author
2022-02-14Do not return error with -q, GitHub issue 3065.Nicholas Marriott
2021-10-21Show error if user option doesn't exist, GitHub issue 2938.Nicholas Marriott
2021-08-21Add args parsing callback for some future work, currently unused.Nicholas Marriott
2021-08-20Hide struct args behind a couple of accessor functions.Nicholas Marriott
2020-12-28Do not list user options with show-hooks.Nicholas Marriott
2020-05-16Add a customize mode where keys and options may be browsed and changed,Nicholas Marriott
2020-04-13Missed a few warnings in previous.Nicholas Marriott
2020-04-13Make client -c and -t handling common in cmd-queue.c and try to beNicholas Marriott
2020-04-13Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsNicholas Marriott
2020-04-13Make struct cmd local to cmd.c and move it out of tmux.h.Nicholas Marriott
2020-04-13Change so that the appropriate hooks for windows and panes belong toNicholas Marriott
2020-04-09A couple of other redundant checks/assignments.Nicholas Marriott
2019-06-20Still need to walk the options tree for user options.Nicholas Marriott
2019-06-20Add a per-pane option set. Pane options inherit from window options (soNicholas Marriott
2019-06-20Add a helper function to work out option table from name.Nicholas Marriott
2019-06-20Add a -A flag to show-options to show parent options as well.Nicholas Marriott
2019-05-23Use the same argument escaping code for options as well.Nicholas Marriott
2019-05-22Fix crash if window doesn't exist, GitHub issue 1751.Nicholas Marriott
2019-05-12Oops, removed too much in last change.Nicholas Marriott
2019-05-12Fix some indentation and dead assignments.Nicholas Marriott
2019-04-30Fix user options after show-hooks merge, GitHub issue 1704.Nicholas Marriott
2019-04-26Merge hooks into options and make each one an array option. This allowsNicholas Marriott
2019-04-25Make options_tostring allocate its result instead of using a stackNicholas Marriott
2019-04-18Copy the code to infer the option type to show-options and document it.Nicholas Marriott
2019-04-05Fix some warnings, from Thomas Adam.Nicholas Marriott
2019-03-18The individual -fg, -bg and -attr options have been deprecated (inNicholas Marriott
2019-03-18Make array options a sparse tree instead of an array of char * andNicholas Marriott
2017-05-10Expand formats in option names and add -F flag to do so in option values as w...Nicholas Marriott
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store theNicholas Marriott
2017-01-30When a flag option is used in a format, it should use the number formNicholas Marriott
2017-01-24If given an array option without an index either show or set all items,Nicholas Marriott
2017-01-18Plain stravis() because it will mangle UTF-8 characters, so addNicholas Marriott
2017-01-18options_match needs to explicitly check for user options.Nicholas Marriott
2017-01-16getopt() has a struct option so just return to using options_entry.Nicholas Marriott
2017-01-15Major tidy up and rework of options tree and set-option/show-optionsNicholas Marriott
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.Nicholas Marriott
2016-10-14Add CMD_AFTERHOOK flag to the easy commands that don't need any special handl...Nicholas Marriott
2016-10-10Add static in cmd-* and fix a few other nits.Nicholas Marriott
2016-03-03show-* and set-* need to handle a missing target.Nicholas Marriott
2016-01-19I no longer use my SourceForge address so replace it.Nicholas Marriott
2015-12-14Instead of combined flags for -c, -s, -t, split into different setsNicholas Marriott
2015-12-13Use member names in cmd_entry definitions so I stop getting confusedNicholas Marriott
2015-12-13show-options and environment need CANFAIL flag.Nicholas Marriott
2015-12-13Instead of every command resolving the target (-t or -s) itself, prepareNicholas Marriott
2015-11-20Instead of separate tables for different types of options, give eachNicholas Marriott
2015-10-27Move struct options into options.c.Nicholas Marriott
2014-10-20Instead of setting up the default keys by building the key structNicholas Marriott
2014-04-17Do not show the -fg, -bg and -attr options. If asked for one explicitly,Nicholas Marriott
2013-10-10Remove the barely-used and unnecessary command check() function.Nicholas Marriott
2013-03-25Add -q flags to shut up errors to capture-pane and show-options, fromNicholas Marriott