| Commit message (Expand) | Author | Age |
| * | Bye-bye META. | Nicholas Marriott | 2009-05-13 |
| * | Space trimmage mega-diff. | Nicholas Marriott | 2009-05-04 |
| * | static const. | Nicholas Marriott | 2009-04-30 |
| * | Merge resize-pane-{up,down} into resize-pane. | Nicholas Marriott | 2009-04-30 |
| * | - confirm-before command. | Tiago Cunha | 2009-04-27 |
| * | rotate-window command. | Nicholas Marriott | 2009-04-03 |
| * | swap-pane command. | Nicholas Marriott | 2009-04-02 |
| * | Basic horizontal splitting and layout management. Still some redraw and other | Nicholas Marriott | 2009-04-01 |
| * | Key repeating is now a property of the key binding not of the command. Repeat | Nicholas Marriott | 2009-03-28 |
| * | break-pane command to split a pane off into a new window; bound to ! by default. | Nicholas Marriott | 2009-03-07 |
| * | Reset mode before adding text. | Nicholas Marriott | 2009-02-13 |
| * | Move status prompt/message init and teardown into status.c. | Nicholas Marriott | 2009-02-13 |
| * | move-window bound to ., from joshe. | Nicholas Marriott | 2009-01-30 |
| * | -u to start with screen scrolled up. | Nicholas Marriott | 2009-01-27 |
| * | -a flags to next/previous window. | Nicholas Marriott | 2009-01-18 |
| * | find-window command. | Nicholas Marriott | 2009-01-18 |
| * | Support command sequences separated by " ; ". Also clean up command printing. | Nicholas Marriott | 2009-01-18 |
| * | suspend-client command and suspend client when ^Z key binding is used. | Nicholas Marriott | 2009-01-18 |
| * | Actually remove the key binding from the tree when freeing it. | Nicholas Marriott | 2009-01-17 |
| * | Two new commands, choose-window and choose-session which work only when bound... | Nicholas Marriott | 2009-01-15 |
| * | Whoops, stray line. | Nicholas Marriott | 2009-01-14 |
| * | Rework the prefix-time stuff. The option is now call repeat-time and defaults... | Nicholas Marriott | 2009-01-14 |
| * | Alt-up/down to resize by five lines. | Nicholas Marriott | 2009-01-14 |
| * | switch-pane is now select-pane. | Nicholas Marriott | 2009-01-14 |
| * | up-pane and down-pane commands. | Nicholas Marriott | 2009-01-14 |
| * | Multiple window splitting. | Nicholas Marriott | 2009-01-14 |
| * | command-prompt now accepts a single argument, a template string. Any occurren... | Nicholas Marriott | 2009-01-13 |
| * | Commands to resize panes; also a pane generic cmd, not used yet. | Nicholas Marriott | 2009-01-12 |
| * | Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti... | Nicholas Marriott | 2009-01-11 |
| * | Clock mode. | Nicholas Marriott | 2009-01-10 |
| * | Introduce nitems() and use it; use bsearch. | Nicholas Marriott | 2009-01-07 |
| * | Whoops, add keys in the right place in the tree. | Nicholas Marriott | 2009-01-06 |
| * | Switch to splay tree for key bindings. | Nicholas Marriott | 2009-01-06 |
| * | Another duplicate. | Nicholas Marriott | 2008-12-17 |
| * | Oops, forgot to commit move-window. Also add select-prompt to allow index to ... | Nicholas Marriott | 2008-06-25 |
| * | Only lowercase key bindings. | Nicholas Marriott | 2008-06-25 |
| * | Lose unnecessary flags on context. | Nicholas Marriott | 2008-06-21 |
| * | Swap in new paste buffer code and add a couple more commands. | Nicholas Marriott | 2008-06-20 |
| * | Add ; too. | Nicholas Marriott | 2008-06-19 |
| * | Command prompt for interactive commands. | Nicholas Marriott | 2008-06-19 |
| * | Informational messages on window option changes. | Nicholas Marriott | 2008-06-16 |
| * | Memory leak/missing init. | Nicholas Marriott | 2008-06-16 |
| * | Easy bits of arg printing for list-keys. | Nicholas Marriott | 2008-06-05 |
| * | If no command is specified, assume new-session. | Nicholas Marriott | 2008-06-03 |
| * | Clear msgdata where it is unavailable. | 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 |
| * | Bug fix; don't bail except on first line when printing. | Nicholas Marriott | 2007-12-06 |
| * | set/reset mode window functions. | Nicholas Marriott | 2007-12-06 |
| * | Major reorganisation of screen handling. | Nicholas Marriott | 2007-12-06 |
| * | Big internal reorganisation to move tty control into parent. | Nicholas Marriott | 2007-11-27 |