| Commit message (Expand) | Author | Age |
| * | up-pane and down-pane commands. | Nicholas Marriott | 2009-01-14 |
| * | kill-pane command. | Nicholas Marriott | 2009-01-13 |
| * | Commands to resize panes; also a pane generic cmd, not used yet. | Nicholas Marriott | 2009-01-12 |
| * | Use -O0 to prevent copy issues. | Nicholas Marriott | 2009-01-12 |
| * | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti... | Nicholas Marriott | 2009-01-11 |
| * | save-buffer command, from Tiago Cunha. | Nicholas Marriott | 2009-01-11 |
| * | Server locking. set-password and lock-server commands, plus automatic locking. | Nicholas Marriott | 2009-01-11 |
| * | Clock mode. | Nicholas Marriott | 2009-01-10 |
| * | +FAQ to dist. Tweak. | Nicholas Marriott | 2009-01-10 |
| * | New command, server-info, to show server info + terminal details. Also tweak ... | Nicholas Marriott | 2009-01-10 |
| * | Build array of codes, stop using ncurses global variables and push ncurses cr... | Nicholas Marriott | 2009-01-09 |
| * | source-file command from Tiago Cunha. | Nicholas Marriott | 2008-12-15 |
| * | Import OpenBSD's getopt(3) to workaround broken glibc version. | Nicholas Marriott | 2008-12-10 |
| * | Make window options work the same was as session options, add mode-fg/mode-bg... | Nicholas Marriott | 2008-12-08 |
| * | Ability to show window title on status line. | Nicholas Marriott | 2008-12-05 |
| * | Support dfly, from joshe. | Nicholas Marriott | 2008-11-27 |
| * | Fix build on sparc. | Nicholas Marriott | 2008-11-23 |
| * | Internal screen data rewrite for better 256 colour/UTF-8 support. | Nicholas Marriott | 2008-09-25 |
| * | Split colour functions from screen. | Nicholas Marriott | 2008-09-10 |
| * | Initial UTF-8 support. | Nicholas Marriott | 2008-09-09 |
| * | This order is required for -static. | Nicholas Marriott | 2008-08-07 |
| * | Split emacs/vi keys into seperate tables. | Nicholas Marriott | 2008-07-02 |
| * | 0.4 released. | Nicholas Marriott | 2008-07-01 |
| * | Zombie windows, requested by Will Maier. | Nicholas Marriott | 2008-06-29 |
| * | Oops, forgot to commit move-window. Also add select-prompt to allow index to ... | Nicholas Marriott | 2008-06-25 |
| * | Allow use of alt keys. move-window command. | Nicholas Marriott | 2008-06-25 |
| * | list-commands command. | Nicholas Marriott | 2008-06-23 |
| * | Swap in new paste buffer code and add a couple more commands. | Nicholas Marriott | 2008-06-20 |
| * | Start of improved buffer code. Only set-buffer/show-buffer commands so far. | Nicholas Marriott | 2008-06-20 |
| * | Command prompt for interactive commands. | Nicholas Marriott | 2008-06-19 |
| * | To 0.4. Some other Makefile tweaks. | Nicholas Marriott | 2008-06-18 |
| * | show-window-options command. | Nicholas Marriott | 2008-06-16 |
| * | Add a couple of extra option types, and implement show-options command. | Nicholas Marriott | 2008-06-15 |
| * | Big reorganisation of command-line syntax. | Nicholas Marriott | 2008-06-05 |
| * | Disable/enable window activity monitoring with set-window-option command. | Nicholas Marriott | 2008-06-04 |
| * | Per-session configuration options. | Nicholas Marriott | 2008-06-03 |
| * | Quick and dirty kill-server command. | Nicholas Marriott | 2008-06-03 |
| * | Last bits of basic configuration file. By default in ~/.tmux.conf or specifie... | Nicholas Marriott | 2008-06-02 |
| * | Move -s and -c down a level so handling them is the responsibility of the com... | Nicholas Marriott | 2008-06-02 |
| * | New command, send-keys, to send a set of keys. | Nicholas Marriott | 2008-06-01 |
| * | Major reorganisation of screen handling. | Nicholas Marriott | 2007-12-06 |
| * | Bah, doing it together doesn't seem to work portably. | Nicholas Marriott | 2007-11-30 |
| * | install -d, from tobiasu. | Nicholas Marriott | 2007-11-30 |
| * | Big internal reorganisation to move tty control into parent. | Nicholas Marriott | 2007-11-27 |
| * | Mostly-complete copy and paste. | Nicholas Marriott | 2007-11-23 |
| * | Partial copy mode. Currently does the same as scroll mode but using a cursor.... | Nicholas Marriott | 2007-11-22 |
| * | Scrollable win for command output. | Nicholas Marriott | 2007-11-21 |
| * | Initial history support. | Nicholas Marriott | 2007-11-21 |
| * | Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display... | Nicholas Marriott | 2007-11-20 |
| * | +index.html.in | Nicholas Marriott | 2007-11-20 |