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