| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some spacing nits. |  nicm | 2014-10-22 | 1 | -2/+2 |
* | Merge unlink-window into kill-window. |  nicm | 2014-10-22 | 1 | -3/+17 |
* | If multiple arguments are given to new-session, new-window, |  nicm | 2014-05-13 | 1 | -9/+11 |
* | Set PATH explicitly, either from client or session |  nicm | 2014-04-17 | 1 | -8/+9 |
* | Do not permit periods in session names (colons are already banned). From |  nicm | 2014-01-22 | 1 | -3/+3 |
* | Alter how tmux handles the working directory to internally use file |  nicm | 2013-10-10 | 1 | -10/+9 |
* | Renumber windows: Lookup lastw via window not index |  nicm | 2013-10-10 | 1 | -2/+2 |
* | Grouped sessions were being leaked on destroy, correctly free them. |  nicm | 2013-10-10 | 1 | -1/+2 |
* | Rename session idx to session id throughout and add $ prefix to targets |  nicm | 2013-03-25 | 1 | -8/+8 |
* | Add session_set_current helper function, extracted from a diff from |  nicm | 2013-03-22 | 1 | -24/+16 |
* | xfree is not particularly helpful, remove it. From Thomas Adam. |  nicm | 2012-07-10 | 1 | -7/+5 |
* | Clear flags across all sessions, from Thomas Adam. |  nicm | 2012-07-08 | 1 | -5/+5 |
* | Add a flag to move-window to renumber the windows in a session (closing |  nicm | 2012-04-29 | 1 | -1/+47 |
* | Add notify hooks for various events, the functions are currently empty |  nicm | 2012-03-17 | 1 | -3/+15 |
* | Correctly skip existing numbers when generating the name for a new |  nicm | 2011-08-16 | 1 | -5/+12 |
* | Change so that an empty session name always means the current sessions |  nicm | 2011-04-06 | 1 | -1/+8 |
* | Check if the index is in use and fail before creating the child process, |  nicm | 2011-01-25 | 1 | -4/+18 |
* | Er, fix next and previous session functions to actually work, part 2. |  nicm | 2011-01-13 | 1 | -3/+3 |
* | Fix next and previous session functions to actually work. |  nicm | 2011-01-13 | 1 | -13/+7 |
* | Don't reset the activity timer for unattached sessions every second, |  nicm | 2011-01-01 | 1 | -2/+10 |
* | Change from a per-session stack of buffers to one global stack which is |  nicm | 2010-12-30 | 1 | -4/+1 |
* | Store sessions in an RB tree by name rather than a list, this is tidier |  nicm | 2010-12-21 | 1 | -64/+49 |
* | Fix another stray addition that was too early. Oops. |  nicm | 2010-12-20 | 1 | -2/+1 |
* | Undo a change to next/previous session that got mixed in prematurely. |  nicm | 2010-12-20 | 1 | -3/+4 |
* | Dead sessions are never on the active sessions list, so the SESSION_DEAD |  nicm | 2010-12-20 | 1 | -6/+5 |
* | Unify the way sessions are used by callbacks - store the address and use |  nicm | 2010-12-20 | 1 | -1/+13 |
* | Add -n and -p flags to switch-client to move to the next and previous |  nicm | 2010-09-08 | 1 | -1/+43 |
* | Store the current working directory in the session, change the default-path |  nicm | 2010-06-27 | 1 | -1/+4 |
* | Having a list of winlinks->alerts for each session is stupid, just store |  nicm | 2010-06-21 | 1 | -104/+23 |
* | Rename activity->alert in a couple of functions for consistency. |  nicm | 2010-06-21 | 1 | -13/+13 |
* | Fix a couple of problems with grouped sessions reported by danh: redraw |  nicm | 2009-12-22 | 1 | -5/+5 |
* | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last |  nicm | 2009-12-03 | 1 | -5/+5 |
* | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to |  nicm | 2009-11-26 | 1 | -5/+5 |
* | Use winlink_remove() to remove old winlinks when synchronizing grouped sessions |  nicm | 2009-11-13 | 1 | -3/+2 |
* | Change session and client activity and creation time members to have more |  nicm | 2009-11-03 | 1 | -3/+3 |
* | Add "grouped sessions" which have independent name, options, current window and |  nicm | 2009-10-10 | 1 | -9/+182 |
* | Support for individual session idle time locking. May be enabled by turning off |  nicm | 2009-10-10 | 1 | -1/+3 |
* | Regularise some fatal messages. |  nicm | 2009-09-20 | 1 | -2/+2 |
* | Rather than constructing an entire termios struct from ttydefaults.h, just let |  nicm | 2009-09-16 | 1 | -3/+11 |
* | Reference count clients and sessions rather than relying on a saved index for |  nicm | 2009-09-07 | 1 | -2/+17 |
* | When using tmux as a login shell, there is currently no way to specify a shell |  nicm | 2009-09-01 | 1 | -2/+8 |
* | Add a base-index session option to specify the first index checked when looking |  nicm | 2009-08-13 | 1 | -4/+5 |
* | When creating a new session from the command-line where there is an external |  nicm | 2009-08-13 | 1 | -4/+6 |
* | Infrastructure and commands to manage the environment for processes started |  nicm | 2009-08-08 | 1 | -7/+17 |
* | 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/+378 |