| 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 |
* | 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 |
* | Allow a single option to be specified to show-options to show just that |  nicm | 2012-02-25 | 1 | -7/+23 |
* | Add a flag to cmd_find_session so that attach-session can prefer |  nicm | 2011-04-05 | 1 | -2/+2 |
* | Now that parsing is common, merge some of the small, related commands |  nicm | 2011-01-04 | 1 | -2/+13 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -14/+13 |
* | Move the user-visible parts of all options (names, types, limit, default |  nicm | 2011-01-01 | 1 | -16/+15 |
* | Add "server options" which are server-wide and not bound to a session or |  nicm | 2009-12-10 | 1 | -4/+7 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -2/+2 |
* | Eliminate duplicate code and ease the passage for server-wide options by adding |  nicm | 2009-12-03 | 1 | -12/+28 |
* | Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in the |  nicm | 2009-11-13 | 1 | -3/+3 |
* | Move common code from show-options and show-window-options into a function. |  nicm | 2009-09-21 | 1 | -42/+6 |
* | Make all messages sent between the client and server fixed size. |  nicm | 2009-07-26 | 1 | -3/+1 |
* | Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit |  nicm | 2009-07-15 | 1 | -5/+2 |
* | Having fixed flags for single-character getopt options is a bit hard to |  nicm | 2009-07-13 | 1 | -3/+3 |
* | Rename the global options variables to be shorter and to make session options |  nicm | 2009-07-07 | 1 | -2/+2 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+110 |