| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2013-04-23 |
|\ |
|
| * | Call recalculate_sizes() after killing window in case it is in a grouped | Nicholas Marriott | 2013-04-22 |
| * | Use single stdout and stderr for control clients. | Nicholas Marriott | 2013-03-25 |
| * | Rename session idx to session id throughout and add $ prefix to targets | Nicholas Marriott | 2013-03-25 |
| * | Add resize-pane -Z to temporary zoom the active pane to occupy the full | Nicholas Marriott | 2013-03-24 |
| * | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-03-24 |
| * | Prevent lock on control clients, not on others. | Nicholas Marriott | 2013-03-22 |
| * | No more lint means no more ARGSUSED. | Nicholas Marriott | 2013-03-22 |
| * | Add various checks to turn off bits that can't work in control mode | Nicholas Marriott | 2013-03-21 |
| * | If stdin in the client is enable immediately, tmux will eat anything | Nicholas Marriott | 2012-09-03 |
| * | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| * | Add a skeleton mode to tmux (called "control mode") that let's tmux | Nicholas Marriott | 2012-06-18 |
| * | Add a helper function to send ready message. | Nicholas Marriott | 2012-05-22 |
| * | Instead of passing stdin/stdout/stderr file descriptors over imsg and | Nicholas Marriott | 2012-05-21 |
| * | Add a flag to move-window to renumber the windows in a session (closing | Nicholas Marriott | 2012-04-29 |
| * | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott | 2012-03-17 |
| * | Check event_initialized before event_del if event may not have been set | Nicholas Marriott | 2012-03-17 |
| * | Call bufferevent_free before closing file descriptor associated with it | Nicholas Marriott | 2012-01-29 |
| * | Support for \e[3J to clear the history. Also send the corresponding | Nicholas Marriott | 2011-10-23 |
| * | Mark dead panes with some text saying they are dead, suggested by and | Nicholas Marriott | 2011-09-05 |
| * | Set $TMUX without the session when background jobs are run. | Nicholas Marriott | 2011-01-23 |
| * | Don't reset the activity timer for unattached sessions every second, | Nicholas Marriott | 2011-01-01 |
| * | server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes | Nicholas Marriott | 2010-12-23 |
| * | Store sessions in an RB tree by name rather than a list, this is tidier | Nicholas Marriott | 2010-12-21 |
| * | Use pointer rather than index for the client's last session. | Nicholas Marriott | 2010-12-20 |
| * | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott | 2010-12-11 |
| * | Set cause when failing due to linking a window to itself, from Martin | Nicholas Marriott | 2010-10-09 |
| * | Skip NULL entries in the sessions list when choosing the next session, | Nicholas Marriott | 2010-10-05 |
| * | Two new options: | Nicholas Marriott | 2010-09-26 |
| * | Treat trying to link or move to the same window as an error to avoid | Nicholas Marriott | 2010-08-11 |
| * | When changing so that the client passes its stdout and stderr as well as | Nicholas Marriott | 2010-07-24 |
| * | New option, detach-on-destroy, to set what happens to a client when the session | Nicholas Marriott | 2010-06-27 |
| * | Use server_destroy_session() for kill-session. | Nicholas Marriott | 2010-06-26 |
| * | Having a list of winlinks->alerts for each session is stupid, just store | Nicholas Marriott | 2010-06-21 |
| * | If remain-on-exit is set, both the error callback and a SIGCHLD could | Nicholas Marriott | 2010-04-17 |
| * | Dead functions, lint. | Nicholas Marriott | 2010-03-22 |
| * | When a window is destroyed, remove all links to it from each session rather | Nicholas Marriott | 2010-01-23 |
| * | Options to set the colour of the pane borders, with different colours for the | Nicholas Marriott | 2010-01-03 |
| * | Fix a couple of problems with grouped sessions reported by danh: redraw | Nicholas Marriott | 2009-12-22 |
| * | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
| * | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott | 2009-11-26 |
| * | Destroy panes immediately rather than checking them all every loop. | Nicholas Marriott | 2009-11-13 |
| * | Use timeout events for the identify and message timers. | Nicholas Marriott | 2009-11-04 |
| * | Don't reenlist the client imsg event every loop, instead have a small function | Nicholas Marriott | 2009-11-04 |
| * | Set the current window pointer to NULL when killing a winlink that is to be | Nicholas Marriott | 2009-10-11 |
| * | Add "grouped sessions" which have independent name, options, current window and | Nicholas Marriott | 2009-10-10 |
| * | Check for already locked/suspended clients in server_lock_client rather than | Nicholas Marriott | 2009-10-04 |
| * | New lock-client and lock-session commands to lock an individual client or all | Nicholas Marriott | 2009-09-24 |
| * | Remove the internal tmux locking and instead detach each client and run the | Nicholas Marriott | 2009-09-23 |
| * | Move some common and untidy code for window link/unlink into generic functions | Nicholas Marriott | 2009-09-20 |