| Commit message (Expand) | Author | Age |
| * | Add a wait-for command which blocks a client on a named channel until it | Nicholas Marriott | 2013-03-25 |
| * | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott | 2013-03-24 |
| * | Rather than having two grids for each pane, one for ASCII and one for | Nicholas Marriott | 2013-01-18 |
| * | add cmd-choose-list to allow arbitrary options to be selected. From | Nicholas Marriott | 2012-09-03 |
| * | Send notifications to control clients. Also don't redraw client when | Nicholas Marriott | 2012-09-03 |
| * | Add choose-tree command to show windows and sessions in the same | Nicholas Marriott | 2012-07-08 |
| * | Sort SRCS list. | Nicholas Marriott | 2012-07-08 |
| * | Add a skeleton mode to tmux (called "control mode") that let's tmux | Nicholas Marriott | 2012-06-18 |
| * | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott | 2012-03-17 |
| * | Add initial framework for more powerful formatting of command output and | Nicholas Marriott | 2011-08-26 |
| * | -lm is no longer needed, from Tiago Cunha. | Nicholas Marriott | 2011-08-25 |
| * | Add a respawn-pane command, from Marcel Partap. | Nicholas Marriott | 2011-06-05 |
| * | Get rid of the layout string code which tries to walk through the layout | Nicholas Marriott | 2011-06-05 |
| * | Accept colours of the hex form #ffffff and translate to the nearest from | Nicholas Marriott | 2011-01-08 |
| * | Now that parsing is common, merge some of the small, related commands | Nicholas Marriott | 2011-01-04 |
| * | Clean up and simplify tmux command argument parsing. | Nicholas Marriott | 2011-01-04 |
| * | Move the user-visible parts of all options (names, types, limit, default | Nicholas Marriott | 2011-01-01 |
| * | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott | 2010-12-30 |
| * | Add a last-pane command (bound to ; by default). Requested ages ago by | Nicholas Marriott | 2010-10-23 |
| * | Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid | Nicholas Marriott | 2010-09-11 |
| * | Custom layouts. list-windows command displays the layout as a string (such as | Nicholas Marriott | 2010-06-29 |
| * | Add a choose-buffer command for easier use of the paste buffer stack. | Nicholas Marriott | 2010-06-21 |
| * | Move imsg into libutil and add a man page. | Nicholas Marriott | 2010-05-26 |
| * | Identical behaviour to select-prompt can now be obtained with | Nicholas Marriott | 2010-05-05 |
| * | Put this back in with the initialisation in the right order. | Nicholas Marriott | 2010-05-04 |
| * | Revert last change, it appears to be broken somehow. | Nicholas Marriott | 2010-05-04 |
| * | Make signal handler setup/teardown two common functions instead of six, | Nicholas Marriott | 2010-05-03 |
| * | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott | 2010-04-06 |
| * | Support up, down, left, right movement through panes with -UDLR flags to | Nicholas Marriott | 2010-03-22 |
| * | Fix DPADD, from Brad. | Nicholas Marriott | 2010-01-31 |
| * | New command, join-pane, to split and move an existing pane into the space (like | Nicholas Marriott | 2010-01-07 |
| * | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right | Nicholas Marriott | 2009-12-08 |
| * | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas Marriott | 2009-12-03 |
| * | New command, capture-pane, which copies the entire pane contents to a paste | Nicholas Marriott | 2009-12-01 |
| * | Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid | Nicholas Marriott | 2009-11-18 |
| * | Add a per-client log of status line messages displayed while that client | Nicholas Marriott | 2009-11-18 |
| * | Bye-bye buffer*.c. | Nicholas Marriott | 2009-11-04 |
| * | Switch jobs over to use a bufferevent. | Nicholas Marriott | 2009-11-04 |
| * | Initial changes to move tmux to libevent. | Nicholas Marriott | 2009-11-04 |
| * | Rewrite xterm-keys code (both input and output) so that works (doesn't always | Nicholas Marriott | 2009-10-26 |
| * | Split the server code handling clients, jobs and windows off into separate | Nicholas Marriott | 2009-10-22 |
| * | Client tidying: get rid of client_ctx struct in favour of two variables in | Nicholas Marriott | 2009-10-21 |
| * | Add a pipe-pane command to allow a pane to be piped to a shell command, for | Nicholas Marriott | 2009-10-11 |
| * | Split list-panes off from list-windows. | Nicholas Marriott | 2009-10-10 |
| * | Rather than running status-left, status-right and window title #() with popen | Nicholas Marriott | 2009-10-10 |
| * | Remove scroll mode which is now redundant, copy mode should be used instead. | Nicholas Marriott | 2009-10-06 |
| * | 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 |
| * | run-shell command to run a shell command without opening a window, sending | Nicholas Marriott | 2009-09-20 |
| * | Add a new display-panes command, with two options (display-panes-colour and | Nicholas Marriott | 2009-08-31 |