| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Support for individual session idle time locking. May be enabled by turning off |  nicm | 2009-10-10 | 1 | -1/+2 |
* | Remove the internal tmux locking and instead detach each client and run the |  nicm | 2009-09-23 | 1 | -1/+2 |
* | Permit multiple prefix keys to be defined, separated by commas, for example: |  nicm | 2009-09-22 | 1 | -4/+4 |
* | New option, set-titles-string, to allow the window title to be specified (as |  nicm | 2009-09-18 | 1 | -1/+2 |
* | When using tmux as a login shell, there is currently no way to specify a shell |  nicm | 2009-09-01 | 1 | -1/+2 |
* | Add a new display-panes command, with two options (display-panes-colour and |  nicm | 2009-08-31 | 1 | -1/+3 |
* | Add a base-index session option to specify the first index checked when looking |  nicm | 2009-08-13 | 1 | -1/+2 |
* | Add flags for 1+2 and 2 arguments to the generic target code, use it for |  nicm | 2009-08-11 | 1 | -20/+20 |
* | Infrastructure and commands to manage the environment for processes started |  nicm | 2009-08-08 | 1 | -1/+2 |
* | Options to set the colours and attributes for status-left/-right. From Thomas |  nicm | 2009-08-08 | 1 | -1/+7 |
* | 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 terminal-overrides session option allowing individual terminfo(5) entries |  nicm | 2009-08-03 | 1 | -2/+3 |
* | Make all messages sent between the client and server fixed size. |  nicm | 2009-07-26 | 1 | -3/+1 |
* | Add a status-justify option to allow the window list in the status line to be |  nicm | 2009-07-20 | 1 | -1/+6 |
* | Add three new session options: visual-activity, visual-bell, visual-content. If |  nicm | 2009-07-18 | 1 | -1/+4 |
* | Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit |  nicm | 2009-07-15 | 1 | -7/+7 |
* | Having fixed flags for single-character getopt options is a bit hard to |  nicm | 2009-07-13 | 1 | -5/+5 |
* | Add a default-terminal option to set the starting value of $TERM in new |  nicm | 2009-07-10 | 1 | -1/+2 |
* | Rename the global options variables to be shorter and to make session options |  nicm | 2009-07-07 | 1 | -2/+2 |
* | New session option, status-utf8, to control the interpretation of top-bit-set |  nicm | 2009-06-03 | 1 | -1/+2 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+169 |