Age | Commit message (Expand) | Author |
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 |
2014-09-01 | Various minor style and spacing nits. | Nicholas Marriott |
2014-04-17 | Some more long lines. | Nicholas Marriott |
2014-04-17 | Remove the "info" message mechanism, this was only used for about five | Nicholas Marriott |
2014-04-17 | Extend the -q flag to set-option to suppress errors about unknown | Nicholas Marriott |
2014-02-17 | Don't crash when given a invalid colour, reported by Felix Rosencrantz, | Nicholas Marriott |
2014-02-14 | Style nit - no space between function name and bracket. | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |
2013-10-10 | Remove the barely-used and unnecessary command check() function. | Nicholas Marriott |
2013-07-05 | Clarify error messages when setting options, from Thomas Adam. | Nicholas Marriott |
2013-03-24 | Add a -o option to set-option to prevent setting an option already set, | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-21 | Add user options, prefixed with @. May be set to any arbitrary string. | Nicholas Marriott |
2013-03-21 | Add -v to set and setw to show only option value. | Nicholas Marriott |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-04-08 | Do not fire name timer when automatic-rename is off, from Tim Ruehsen a | Nicholas Marriott |
2012-03-17 | Add -q option to set-option to turn off info message, from marcel partap. | Nicholas Marriott |
2012-02-25 | Allow a single option to be specified to show-options to show just that | Nicholas Marriott |
2012-01-21 | Drop the ability to have a list of keys in the prefix in favour of two | Nicholas Marriott |
2011-04-05 | Add a flag to cmd_find_session so that attach-session can prefer | Nicholas Marriott |
2011-03-29 | For convenience, work out what type of option is being set by name | Nicholas Marriott |
2011-03-29 | Checking for particular options and redrawing is not necessary as we | Nicholas Marriott |
2011-03-29 | Update an out-of-date and inaccurate comment. | Nicholas Marriott |
2011-01-26 | Simplify the way jobs work and drop the persist type, so all jobs are | Nicholas Marriott |