| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of setting up the default keys by building the key struct |  nicm | 2014-10-20 | 1 | -3/+1 |
* | Various minor style and spacing nits. |  nicm | 2014-09-01 | 1 | -3/+3 |
* | Some more long lines. |  nicm | 2014-04-17 | 1 | -9/+17 |
* | Remove the "info" message mechanism, this was only used for about five |  nicm | 2014-04-17 | 1 | -13/+1 |
* | Extend the -q flag to set-option to suppress errors about unknown |  nicm | 2014-04-17 | 1 | -9/+19 |
* | Don't crash when given a invalid colour, reported by Felix Rosencrantz, |  nicm | 2014-02-17 | 1 | -3/+5 |
* | Style nit - no space between function name and bracket. |  nicm | 2014-02-14 | 1 | -2/+2 |
* | Allow replacing each of the many sets of separate foo-{fg,bg,attr} |  nicm | 2014-01-28 | 1 | -1/+29 |
* | Remove the barely-used and unnecessary command check() function. |  nicm | 2013-10-10 | 1 | -3/+1 |
* | Clarify error messages when setting options, from Thomas Adam. |  nicm | 2013-07-05 | 1 | -3/+13 |
* | Add a -o option to set-option to prevent setting an option already set, |  nicm | 2013-03-24 | 1 | -6/+16 |
* | Add a command queue to standardize and simplify commands that call other |  nicm | 2013-03-24 | 1 | -59/+62 |
* | Add user options, prefixed with @. May be set to any arbitrary string. |  nicm | 2013-03-21 | 1 | -2/+66 |
* | Add -v to set and setw to show only option value. |  nicm | 2013-03-21 | 1 | -2/+2 |
* | Make command exec functions return an enum rather than -1/0/1 values and |  nicm | 2012-07-11 | 1 | -12/+12 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -2/+2 |
* | Do not fire name timer when automatic-rename is off, from Tim Ruehsen a |  nicm | 2012-04-08 | 1 | -1/+14 |
* | Add -q option to set-option to turn off info message, from marcel partap. |  nicm | 2012-03-17 | 1 | -8/+11 |
* | Allow a single option to be specified to show-options to show just that |  nicm | 2012-02-25 | 1 | -38/+2 |
* | Drop the ability to have a list of keys in the prefix in favour of two |  nicm | 2012-01-21 | 1 | -24/+12 |
* | Add a flag to cmd_find_session so that attach-session can prefer |  nicm | 2011-04-05 | 1 | -2/+2 |
* | For convenience, work out what type of option is being set by name |  nicm | 2011-03-29 | 1 | -41/+66 |
* | Checking for particular options and redrawing is not necessary as we |  nicm | 2011-03-29 | 1 | -14/+1 |
* | Update an out-of-date and inaccurate comment. |  nicm | 2011-03-29 | 1 | -6/+2 |
* | Simplify the way jobs work and drop the persist type, so all jobs are |  nicm | 2011-01-26 | 1 | -22/+3 |
* | Now that parsing is common, merge some of the small, related commands |  nicm | 2011-01-04 | 1 | -2/+13 |
* | argc will be 1 not 2 with no option value. |  nicm | 2011-01-04 | 1 | -2/+2 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -97/+110 |
* | Move the user-visible parts of all options (names, types, limit, default |  nicm | 2011-01-01 | 1 | -369/+198 |
* | Change from a per-session stack of buffers to one global stack which is |  nicm | 2010-12-30 | 1 | -3/+3 |
* | Add other-pane-height and other-pane-width options, allowing the width |  nicm | 2010-12-19 | 1 | -1/+3 |
* | Add an option to alert (monitor) for silence (lack of activity) in a |  nicm | 2010-12-06 | 1 | -1/+3 |
* | Two new options: |  nicm | 2010-09-26 | 1 | -1/+3 |
* | Reset running jobs when the status line is enabled or disabled as well, |  nicm | 2010-09-01 | 1 | -1/+2 |
* | New option, detach-on-destroy, to set what happens to a client when the session |  nicm | 2010-06-27 | 1 | -1/+2 |
* | Colour+attribute options for status line alerts, from Alex Alexander. |  nicm | 2010-05-14 | 1 | -1/+4 |
* | Option to set the characters considered word separators in copy mode, from |  nicm | 2010-02-22 | 1 | -1/+2 |
* | Add an option to disable the smcup/rmcup alternate screen behaviour inside |  nicm | 2010-02-08 | 1 | -1/+2 |
* | Option to display the active pane in a different colour with the display-panes |  nicm | 2010-02-04 | 1 | -1/+2 |
* | Options to set the colour of the pane borders, with different colours for the |  nicm | 2010-01-03 | 1 | -1/+5 |
* | New server option, escape-time, to set the timeout used to detect if escapes |  nicm | 2009-12-14 | 1 | -1/+2 |
* | Use quiet variable, and add missing sentinel to options array. |  nicm | 2009-12-11 | 1 | -1/+2 |
* | Add "server options" which are server-wide and not bound to a session or |  nicm | 2009-12-10 | 1 | -4/+11 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -13/+13 |
* | Eliminate duplicate code and ease the passage for server-wide options by adding |  nicm | 2009-12-03 | 1 | -19/+337 |
* | Add a per-client log of status line messages displayed while that client |  nicm | 2009-11-18 | 1 | -1/+2 |
* | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the |  nicm | 2009-11-13 | 1 | -6/+6 |
* | Add a flag for jobs that shouldn't be freed after they've died and use it for |  nicm | 2009-11-01 | 1 | -6/+32 |
* | Rather than running status-left, status-right and window title #() with popen |  nicm | 2009-10-10 | 1 | -2/+5 |
* | New option, mouse-select-pane. If on, the mouse may be used to select the |  nicm | 2009-10-10 | 1 | -1/+2 |