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