Age | Commit message (Expand) | Author |
2018-10-18 | Support for windows larger than visible on the attached client. This has | Nicholas Marriott |
2017-12-22 | Do not try to set default value on user options (they don't have one), | Nicholas Marriott |
2017-09-07 | Do not fail if unset an option that is already unset, reported by Thomas | Nicholas Marriott |
2017-06-23 | Add user-keys option to allow user-defined keys to be set, from Dan | Nicholas Marriott |
2017-05-31 | Style and spacing nits. | 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-04-22 | Memory leaks, from David CARLIER. | Nicholas Marriott |
2017-02-16 | Style nits. | Nicholas Marriott |
2017-02-03 | Cache status line position to reduce option lookups during output. | Nicholas Marriott |
2017-01-25 | Clear option before adding to array if no -a, reported by Michael | Nicholas Marriott |
2017-01-24 | Fix set -u on array options. | Nicholas Marriott |
2017-01-24 | If given an array option without an index either show or set all items, | Nicholas Marriott |
2017-01-16 | getopt() has a struct option so just return to using options_entry. | Nicholas Marriott |
2017-01-15 | -q flag now needs to be checked in a couple more places. | Nicholas Marriott |
2017-01-15 | Major tidy up and rework of options tree and set-option/show-options | Nicholas Marriott |
2017-01-12 | Simplify appending to string options. | Nicholas Marriott |
2017-01-11 | Some tidying and tweaks to options code. | Nicholas Marriott |
2016-11-04 | Do not try to set the CHANGED flag on windows with no active pane, fixes | 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-10-09 | Handle NULL window or session for user options. | Nicholas Marriott |
2016-09-26 | Support set -a (append) with user options, suggested by Xandor Schiefer. | Nicholas Marriott |
2016-05-30 | Cache the window styles and do not look up the window-style options | Nicholas Marriott |
2016-04-29 | Add option to include status text in the pane borders. If | 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 | Instead of every command resolving the target (-t or -s) itself, prepare | Nicholas Marriott |
2015-12-12 | Add key-table option to set the default key table for a session, allows | Nicholas Marriott |
2015-12-12 | Allow prefix and prefix2 to be set to None to disable (useful if you | Nicholas Marriott |
2015-11-20 | Instead of separate tables for different types of options, give each | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-11-12 | Support UTF-8 key bindings by expanding the key type from int to | Nicholas Marriott |
2015-10-27 | Move struct options into options.c. | Nicholas Marriott |
2015-09-14 | Remove some extra blank lines. | Nicholas Marriott |
2015-08-29 | Move alerts onto events rather than checking every loop. | Nicholas Marriott |
2015-08-29 | Better take on reducing the name timer. Again check for name changes in | Nicholas Marriott |
2015-08-28 | Revert previous; we do need a timer, until I have a better idea. We | Nicholas Marriott |
2015-08-28 | We now only checking for name changes when the active pane has changed, | Nicholas Marriott |
2015-08-28 | Per-session timers for locking, and remove the global one-second timer. | Nicholas Marriott |
2015-08-28 | Run status update on a per-client timer at status-interval. | Nicholas Marriott |
2015-07-27 | Make -q suppress ambiguous option warnings too, from Cam Hutchison. | Nicholas Marriott |
2015-06-04 | Make unsetting a global option restore it to the default. Diff lying | Nicholas Marriott |
2015-04-24 | Convert clients list into a TAILQ. | Nicholas Marriott |
2015-04-24 | Allow choice options (multiple states) to be toggled between states 0 | Nicholas Marriott |
2015-04-22 | Change the windows array into an RB tree and fix some places where we | Nicholas Marriott |
2014-10-20 | Instead of setting up the default keys by building the key struct | Nicholas Marriott |