| Commit message (Expand) | Author | Age | Files | Lines |
* | If multiple arguments are given to new-session, new-window, |  nicm | 2014-05-13 | 1 | -4/+10 |
* | Add automatic-rename-format option allowing automatic rename to use |  nicm | 2013-10-10 | 1 | -36/+24 |
* | Revert the command-prefix change which breaks sequences of commands. |  nicm | 2013-03-25 | 1 | -15/+11 |
* | Add option command-prefix which is automatically prepended to any |  nicm | 2013-03-24 | 1 | -11/+15 |
* | No more lint means no more ARGSUSED. |  nicm | 2013-03-22 | 1 | -2/+1 |
* | Fix session choice so that preferring unattached sessions actually |  nicm | 2012-11-27 | 1 | -2/+2 |
* | Fix up window reference counting and don't crash if the rename timer |  nicm | 2012-08-21 | 1 | -1/+4 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -5/+6 |
* | Turn automatic-rename off properly if turned off by renaming a |  nicm | 2012-04-11 | 1 | -2/+7 |
* | Do not fire name timer when automatic-rename is off, from Tim Ruehsen a |  nicm | 2012-04-08 | 1 | -4/+2 |
* | Check event_initialized before event_del if event may not have been set |  nicm | 2012-03-17 | 1 | -2/+3 |
* | Add a missing call to window_set_name, from George Nachman. |  nicm | 2012-03-09 | 1 | -6/+4 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -4/+4 |
* | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to |  nicm | 2009-11-26 | 1 | -1/+2 |
* | Change window name change to use a timer event rather than a gettimeofday() |  nicm | 2009-11-04 | 1 | -51/+48 |
* | When a window is zombified and automatic-rename is on, append [dead] to the |  nicm | 2009-10-10 | 1 | -1/+7 |
* | Regularise some fatal messages. |  nicm | 2009-09-20 | 1 | -2/+2 |
* | When using tmux as a login shell, there is currently no way to specify a shell |  nicm | 2009-09-01 | 1 | -2/+2 |
* | Move another expensive options test to after a cheaper timer check/update. |  nicm | 2009-08-18 | 1 | -3/+4 |
* | Just appending -l to $SHELL to create a login shell is wrong: -l is not POSIX, |  nicm | 2009-07-08 | 1 | -3/+14 |
* | Remove trailing newlines, spaces, and tabs. |  ray | 2009-06-05 | 1 | -2/+1 |
* | Cast char to u_char before passing to isalnum(). |  ray | 2009-06-03 | 1 | -2/+2 |
* | Import tmux, a terminal multiplexor allowing (among other things) a single |  nicm | 2009-06-01 | 1 | -0/+110 |