Age | Commit message (Expand) | Author |
2015-04-29 | If default-terminal is set to "screen" or "screen-*", emulate screen's | Nicholas Marriott |
2015-04-24 | Convert clients list into a TAILQ. | Nicholas Marriott |
2015-04-22 | Make session_has return a flag, returning the first winlink found is a | Nicholas Marriott |
2015-04-21 | Fix moving windows to nonexistent indexes when renumber-windows is | Nicholas Marriott |
2015-04-19 | Honour renumber-windows when unlinking a window, from Thomas Adam. | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2015-03-31 | Fix some format specifier nits, from Ben Boeckel. | Nicholas Marriott |
2015-01-06 | Unzoom before kill, from Thomas Adam. | Nicholas Marriott |
2014-10-20 | Tidy up some includes. | Nicholas Marriott |
2014-04-17 | Some more long lines. | Nicholas Marriott |
2014-02-14 | Style nit - no space between function name and bracket. | Nicholas Marriott |
2013-10-10 | Alter how tmux handles the working directory to internally use file | Nicholas Marriott |
2013-10-10 | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. | Nicholas Marriott |
2013-10-10 | Instead of fixed size buffers for some messages, send only the string | Nicholas Marriott |
2013-10-10 | Grouped sessions were being leaked on destroy, correctly free them. | Nicholas Marriott |
2013-07-05 | When the session option renumber-window is used, ensure we iterate over | Nicholas Marriott |
2013-04-22 | Call recalculate_sizes() after killing window in case it is in a grouped | Nicholas Marriott |
2013-03-25 | 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-24 | 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-22 | Prevent lock on control clients, not on others. | Nicholas Marriott |
2013-03-22 | No more lint means no more ARGSUSED. | Nicholas Marriott |
2013-03-21 | Add various checks to turn off bits that can't work in control mode | Nicholas Marriott |
2012-09-03 | If stdin in the client is enable immediately, tmux will eat anything | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-06-18 | Add a skeleton mode to tmux (called "control mode") that let's tmux | Nicholas Marriott |
2012-05-22 | Add a helper function to send ready message. | Nicholas Marriott |
2012-05-21 | Instead of passing stdin/stdout/stderr file descriptors over imsg and | 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 |
2012-03-17 | Check event_initialized before event_del if event may not have been set | Nicholas Marriott |
2012-01-29 | Call bufferevent_free before closing file descriptor associated with it | Nicholas Marriott |
2011-10-23 | Support for \e[3J to clear the history. Also send the corresponding | Nicholas Marriott |
2011-09-05 | Mark dead panes with some text saying they are dead, suggested by and | Nicholas Marriott |
2011-01-23 | Set $TMUX without the session when background jobs are run. | Nicholas Marriott |
2011-01-01 | Don't reset the activity timer for unattached sessions every second, | Nicholas Marriott |
2010-12-23 | server_kill_window can modify the RB tree so don't use RB_FOREACH, fixes | 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 | Use pointer rather than index for the client's last session. | Nicholas Marriott |
2010-12-11 | Track the last session for a client and add a flag to switch-client and | Nicholas Marriott |
2010-10-09 | Set cause when failing due to linking a window to itself, from Martin | Nicholas Marriott |
2010-10-05 | Skip NULL entries in the sessions list when choosing the next session, | Nicholas Marriott |
2010-09-26 | Two new options: | Nicholas Marriott |
2010-08-11 | Treat trying to link or move to the same window as an error to avoid | Nicholas Marriott |
2010-07-24 | When changing so that the client passes its stdout and stderr as well as | Nicholas Marriott |
2010-06-27 | New option, detach-on-destroy, to set what happens to a client when the session | Nicholas Marriott |
2010-06-26 | Use server_destroy_session() for kill-session. | Nicholas Marriott |
2010-06-21 | Having a list of winlinks->alerts for each session is stupid, just store | Nicholas Marriott |
2010-04-17 | If remain-on-exit is set, both the error callback and a SIGCHLD could | Nicholas Marriott |