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