| Commit message (Expand) | Author | Age | Files | Lines |
* | In options-table.c r1.51 an extra space was added to the default status-right, |  sthen | 2015-01-21 | 1 | -2/+2 |
* | Do not put a space between status-left/status-right and the window list, |  nicm | 2014-11-05 | 1 | -3/+3 |
* | Wrap some long lines. |  nicm | 2014-04-17 | 1 | -2/+3 |
* | Remove some unnecessary includes and fix a typo. |  nicm | 2014-04-17 | 1 | -3/+3 |
* | Remove the "info" message mechanism, this was only used for about five |  nicm | 2014-04-17 | 1 | -2/+2 |
* | Remove the monitor-content option and associated bits and bobs. It's |  nicm | 2014-04-17 | 1 | -34/+1 |
* | Make message-limit a server option. |  nicm | 2014-03-31 | 1 | -8/+8 |
* | Change terminal-overrides to a server option (now that we have them), it |  nicm | 2014-02-23 | 1 | -9/+9 |
* | Fix missing argument, stupid last minute changes... |  nicm | 2014-01-28 | 1 | -2/+2 |
* | Allow replacing each of the many sets of separate foo-{fg,bg,attr} |  nicm | 2014-01-28 | 1 | -56/+177 |
* | Alter how tmux handles the working directory to internally use file |  nicm | 2013-10-10 | 1 | -6/+1 |
* | Add automatic-rename-format option allowing automatic rename to use |  nicm | 2013-10-10 | 1 | -1/+6 |
* | Add length limit operator for formats. |  nicm | 2013-10-10 | 1 | -2/+2 |
* | Change the default for the default-path option to ~. This is a quick |  nicm | 2013-10-05 | 1 | -2/+2 |
* | Focus events can cause trouble if left on and they can't be turned off |  nicm | 2013-06-23 | 1 | -1/+6 |
* | The actual terminfo entries we ended up with for cursor changes are Cs, |  nicm | 2013-06-02 | 1 | -3/+3 |
* | Remove tmux's (already minimal) 88 colour support. Such terminals are |  nicm | 2013-03-27 | 1 | -2/+2 |
* | Revert the command-prefix change which breaks sequences of commands. |  nicm | 2013-03-25 | 1 | -6/+1 |
* | Add option command-prefix which is automatically prepended to any |  nicm | 2013-03-24 | 1 | -2/+6 |
* | Add -v to set and setw to show only option value. |  nicm | 2013-03-21 | 1 | -5/+9 |
* | Remove the layout undo/redo code which never really worked. |  nicm | 2013-01-17 | 1 | -8/+1 |
* | If timing between keys is less than (by default) 1 millisecond, assume |  nicm | 2013-01-15 | 1 | -1/+8 |
* | Add window-status-last-* options, from Boris Faure. |  nicm | 2012-11-27 | 1 | -1/+16 |
* | Add a flag to move-window to renumber the windows in a session (closing |  nicm | 2012-04-29 | 1 | -1/+6 |
* | Add window-status-separator option, from Thomas Adam. |  nicm | 2012-04-23 | 1 | -1/+6 |
* | Add a layout history which can be stepped through with select-layout -u |  nicm | 2012-04-01 | 1 | -1/+8 |
* | 50 is a too low trigger default on larger terminals, bump to 250. |  nicm | 2012-03-20 | 1 | -2/+2 |
* | Add a simple form of output rate limiting by counting the number of |  nicm | 2012-03-20 | 1 | -1/+16 |
* | Add a wrap-search option to turn off wrapping of searches in copy |  nicm | 2012-03-17 | 1 | -1/+6 |
* | Remove accidentally committed option. |  nicm | 2012-02-29 | 1 | -8/+1 |
* | Allow a single option to be specified to show-options to show just that |  nicm | 2012-02-25 | 1 | -1/+41 |
* | Sort some entries, from Ben Boeckel. |  nicm | 2012-02-15 | 1 | -10/+10 |
* | Add an option to move the status line to the top of the screen, |  nicm | 2012-01-29 | 1 | -1/+10 |
* | Drop the ability to have a list of keys in the prefix in favour of two |  nicm | 2012-01-21 | 1 | -15/+12 |
* | Add some trivial additional status line attributes from jwcxz at users |  nicm | 2012-01-20 | 1 | -4/+34 |
* | Add an option to disable the window rename escape sequence, from Romain |  nicm | 2012-01-20 | 1 | -1/+6 |
* | Move word-separators to be a session rather than window option, from Ben |  nicm | 2011-11-15 | 1 | -6/+6 |
* | Option to change status line (message) background when using vi keys and |  nicm | 2011-11-05 | 1 | -1/+16 |
* | Add screen*:XT to terminal-overrides for tmux-in-tmux, from Romain |  nicm | 2011-10-27 | 1 | -2/+2 |
* | Add pane-base-index option, from Ben Barbour. |  nicm | 2011-08-24 | 1 | -1/+8 |
* | Extend the mode-mouse option to add a third choice which means the mouse |  nicm | 2011-07-30 | 1 | -2/+6 |
* | Add an option to trigger the terminal bell when there is an alert, from |  nicm | 2011-07-03 | 1 | -1/+6 |
* | Support DECSCUSR sequence to set the cursor style with two new |  nicm | 2011-05-20 | 1 | -1/+2 |
* | Support xterm(1) cursor colour change sequences through terminfo(5) Cc |  nicm | 2011-05-20 | 1 | -3/+4 |
* | Support setting the xterm clipboard when copying from copy mode using |  nicm | 2011-05-18 | 1 | -2/+8 |
* | Add a new option, mouse-resize-pane. When on, panes may be resized by |  nicm | 2011-05-08 | 1 | -1/+6 |
* | Use the tsl and fsl terminfo(5) capabilities to update terminal title |  nicm | 2011-05-08 | 1 | -2/+2 |
* | Add an option (mouse-select-window) which allows the mouse to be used by |  nicm | 2011-04-18 | 1 | -1/+6 |
* | Since buffers are now global, bump the default buffer-limit a bit higher |  nicm | 2011-04-09 | 1 | -2/+2 |
* | The maximum history-limit was accidentally reduced, fix it back to INT_MAX. |  nicm | 2011-01-13 | 1 | -2/+2 |