| Commit message (Expand) | Author | Age |
| * | Merge branch 'obsd-master' | Thomas Adam | 2015-04-29 |
| |\ |
|
| | * | If default-terminal is set to "screen" or "screen-*", emulate screen's | nicm | 2015-04-29 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-04-25 |
| |\| |
|
| | * | Convert clients list into a TAILQ. | nicm | 2015-04-24 |
| | * | Make session_has return a flag, returning the first winlink found is a | nicm | 2015-04-22 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-04-22 |
| |\| |
|
| | * | Fix moving windows to nonexistent indexes when renumber-windows is | nicm | 2015-04-21 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-04-20 |
| |\| |
|
| | * | Honour renumber-windows when unlinking a window, from Thomas Adam. | nicm | 2015-04-19 |
| | * | Rewrite of tmux mouse support which was a mess. Instead of having | nicm | 2015-04-19 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-04-19 |
| |\| |
|
| | * | Fix some format specifier nits, from Ben Boeckel. | nicm | 2015-03-31 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2015-01-10 |
| |\| |
|
| | * | Unzoom before kill, from Thomas Adam. | nicm | 2015-01-06 |
| * | | No need for $Id$ now. | Nicholas Marriott | 2014-11-08 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-10-21 |
| |\| |
|
| | * | Tidy up some includes. | nicm | 2014-10-20 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-04-23 |
| |\| |
|
| | * | Some more long lines. | nicm | 2014-04-17 |
| * | | Use utempter to update utmp if it's around for configure, from madmaverick9 at | Nicholas Marriott | 2014-02-24 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2014-02-16 |
| |\| |
|
| | * | Style nit - no space between function name and bracket. | nicm | 2014-02-14 |
| | * | Alter how tmux handles the working directory to internally use file | nicm | 2013-10-10 |
| | * | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. | nicm | 2013-10-10 |
| | * | Grouped sessions were being leaked on destroy, correctly free them. | nicm | 2013-10-10 |
| * | | Alter how tmux handles the working directory to internally use file descriptors | Nicholas Marriott | 2013-10-06 |
| * | | Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048. | Nicholas Marriott | 2013-10-06 |
| * | | Instead of fixed size buffers for some messages, send only the string length. | Nicholas Marriott | 2013-10-06 |
| * | | Grouped sessions were being leaked on destroy, correctly free them. | Nicholas Marriott | 2013-08-01 |
| * | | Merge branch 'obsd-master' | Thomas Adam | 2013-07-06 |
| |\| |
|
| | * | When the session option renumber-window is used, ensure we iterate over | Nicholas Marriott | 2013-07-05 |
| * | | 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 |