| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that parsing is common, merge some of the small, related commands |  nicm | 2011-01-04 | 1 | -46/+0 |
* | Clean up and simplify tmux command argument parsing. |  nicm | 2011-01-04 | 1 | -8/+7 |
* | Eliminate duplicate code and ease the passage for server-wide options by adding |  nicm | 2009-12-03 | 1 | -161/+4 |
* | Two new options, window-status-format and window-status-current-format, which |  nicm | 2009-11-19 | 1 | -1/+35 |
* | 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 simple synchronize-panes window option: when set, all input to any pane |  nicm | 2009-10-09 | 1 | -1/+2 |
* | Permit multiple prefix keys to be defined, separated by commas, for example: |  nicm | 2009-09-22 | 1 | -3/+3 |
* | Add flags for 1+2 and 2 arguments to the generic target code, use it for |  nicm | 2009-08-11 | 1 | -20/+20 |
* | Add a -a flag to set-option and set-window-option to append to an existing |  nicm | 2009-08-04 | 1 | -4/+5 |
* | Add a mode-mouse option to prevent tmux taking over the mouse in choice or copy |  nicm | 2009-07-30 | 1 | -1/+2 |
* | Make all messages sent between the client and server fixed size. |  nicm | 2009-07-26 | 1 | -3/+1 |
* | New options, window-status-current-{fg,bg,attr}, to set the fg, bg and |  nicm | 2009-07-20 | 1 | -1/+4 |
* | Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit |  nicm | 2009-07-15 | 1 | -7/+7 |
* | Add main-pane-height to the options list (was missed before). |  nicm | 2009-07-14 | 1 | -1/+2 |
* | Having fixed flags for single-character getopt options is a bit hard to |  nicm | 2009-07-13 | 1 | -5/+5 |
* | Rename the global options variables to be shorter and to make session options |  nicm | 2009-07-07 | 1 | -2/+2 |
* | Unused prototypes. Found by lint, no binary change. |  nicm | 2009-06-25 | 1 | -6/+1 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+170 |