| Commit message (Expand) | Author | Age | Files | Lines |
| * | d and D keys to reset to default in customize mode. |  nicm | 2020-06-16 | 1 | -11/+2 |
| * | Move lazy resize from the pane to the window, there is no point in |  nicm | 2020-05-16 | 1 | -2/+1 |
| * | Add a customize mode where keys and options may be browsed and changed, |  nicm | 2020-05-16 | 1 | -207/+11 |
| * | Drop having a separate type for style options and make them all strings, |  nicm | 2020-05-16 | 1 | -30/+29 |
| * | 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 | -5/+5 |
| * | 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 | -5/+5 |
| * | Change so that the appropriate hooks for windows and panes belong to |  nicm | 2020-04-13 | 1 | -4/+4 |
| * | Ignore default-shell (and use /bin/sh) if it invalid not just if it is |  nicm | 2020-03-17 | 1 | -1/+8 |
| * | Add a per-pane option set. Pane options inherit from window options (so |  nicm | 2019-06-20 | 1 | -7/+8 |
| * | Add a helper function to work out option table from name. |  nicm | 2019-06-20 | 1 | -50/+7 |
| * | Merge hooks into options and make each one an array option. This allows |  nicm | 2019-04-26 | 1 | -6/+35 |
| * | Indicate an array option with a flag rather than a special type so that |  nicm | 2019-04-23 | 1 | -3/+1 |
| * | The individual -fg, -bg and -attr options have been deprecated (in |  nicm | 2019-03-18 | 1 | -12/+13 |
| * | Make array options a sparse tree instead of an array of char * and |  nicm | 2019-03-18 | 1 | -7/+5 |
| * | Tidy and rename some bits of status line code. |  nicm | 2019-03-16 | 1 | -2/+2 |
| * | Support for windows larger than visible on the attached client. This has |  nicm | 2018-10-18 | 1 | -3/+14 |
| * | Do not try to set default value on user options (they don't have one), |  nicm | 2017-12-22 | 1 | -2/+4 |
| * | Do not fail if unset an option that is already unset, reported by Thomas |  nicm | 2017-09-07 | 1 | -2/+2 |
| * | Add user-keys option to allow user-defined keys to be set, from Dan |  nicm | 2017-06-23 | 1 | -1/+7 |
| * | Style and spacing nits. |  nicm | 2017-05-31 | 1 | -2/+2 |
| * | Expand formats in option names and add -F flag to do so in option values as well. |  nicm | 2017-05-10 | 1 | -26/+36 |
| * | Get rid of the extra layer of flags and cmd_prepare() and just store the |  nicm | 2017-04-22 | 1 | -4/+4 |
| * | Memory leaks, from David CARLIER. |  nicm | 2017-04-22 | 1 | -12/+18 |
| * | Style nits. |  nicm | 2017-02-16 | 1 | -2/+2 |
| * | Cache status line position to reduce option lookups during output. |  nicm | 2017-02-03 | 1 | -1/+3 |
| * | Clear option before adding to array if no -a, reported by Michael |  nicm | 2017-01-25 | 1 | -3/+5 |
| * | Fix set -u on array options. |  nicm | 2017-01-24 | 1 | -16/+16 |
| * | If given an array option without an index either show or set all items, |  nicm | 2017-01-24 | 1 | -7/+13 |
| * | getopt() has a struct option so just return to using options_entry. |  nicm | 2017-01-16 | 1 | -5/+5 |
| * | -q flag now needs to be checked in a couple more places. |  nicm | 2017-01-15 | 1 | -1/+5 |
| * | Major tidy up and rework of options tree and set-option/show-options |  nicm | 2017-01-15 | 1 | -379/+211 |
| * | Simplify appending to string options. |  nicm | 2017-01-12 | 1 | -23/+11 |
| * | Some tidying and tweaks to options code. |  nicm | 2017-01-11 | 1 | -5/+3 |
| * | Do not try to set the CHANGED flag on windows with no active pane, fixes |  nicm | 2016-11-04 | 1 | -1/+3 |
| * | Mass rename struct cmd_q to struct cmdq_item and related. |  nicm | 2016-10-16 | 1 | -83/+83 |
| * | 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 | -31/+31 |
| * | Handle NULL window or session for user options. |  nicm | 2016-10-09 | 1 | -3/+20 |
| * | Support set -a (append) with user options, suggested by Xandor Schiefer. |  nicm | 2016-09-26 | 1 | -11/+16 |
| * | Cache the window styles and do not look up the window-style options |  nicm | 2016-05-30 | 1 | -1/+6 |
| * | Add option to include status text in the pane borders. If |  nicm | 2016-04-29 | 1 | -1/+7 |
| * | show-* and set-* need to handle a missing target. |  nicm | 2016-03-03 | 1 | -20/+20 |
| * | 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 |
| * | Instead of every command resolving the target (-t or -s) itself, prepare |  nicm | 2015-12-13 | 1 | -22/+12 |
| * | Add key-table option to set the default key table for a session, allows |  nicm | 2015-12-12 | 1 | -1/+5 |
| * | Allow prefix and prefix2 to be set to None to disable (useful if you |  nicm | 2015-12-12 | 1 | -2/+3 |