| Commit message (Expand) | Author | Age |
| * | 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 |
| * | Add a choose-client command and extend choose-{session,window} to accept a | Nicholas Marriott | 2009-08-25 |
| * | Switch tmux to use imsg. This is the last major change to make the | Nicholas Marriott | 2009-08-11 |
| * | Infrastructure and commands to manage the environment for processes started | Nicholas Marriott | 2009-08-08 |
| * | There aren't many client message types or code to handle them so get rid of the | Nicholas Marriott | 2009-07-30 |
| * | tty_write is relatively short and the only function left in tty-write.c so move | Nicholas Marriott | 2009-07-22 |
| * | Improved layout code. | Nicholas Marriott | 2009-07-19 |
| * | - New command display-message (alias display) to display a message in the | Nicholas Marriott | 2009-07-17 |
| * | Since tmux doesn't actually need ncurses, use -lcurses/curses.h | Nicholas Marriott | 2009-07-14 |
| * | Tidy up and improve target (-t) argument parsing: | Nicholas Marriott | 2009-07-13 |
| * | New command, if-shell (alias if). Executes the tmux command in the second | Nicholas Marriott | 2009-07-09 |
| * | diagflags for diags | Marc Espie | 2009-06-25 |
| * | Remove some cruft from the Makefile. | Nicholas Marriott | 2009-06-24 |
| * | Change find-window and monitor-content to use fnmatch(3). For convenience and | Nicholas Marriott | 2009-06-24 |
| * | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 |