| Commit message (Expand) | Author | Age |
| * | Add regular expression support for the format search, match and | nicm | 2019-06-13 |
| * | unbreak build, okay nicm@ | espie | 2019-05-23 |
| * | Replace the split parser code (cfg.c and cmd-string.c) with a single | nicm | 2019-05-23 |
| * | Add support for simple menus usable with mouse or keyboard. New command | nicm | 2019-05-10 |
| * | Merge hooks into options and make each one an array option. This allows | nicm | 2019-04-26 |
| * | Break new window and pane creation common code from various commands and | nicm | 2019-04-17 |
| * | Extend the #[] style syntax and use that together with previous format | nicm | 2019-03-18 |
| * | Support for windows larger than visible on the attached client. This has | nicm | 2018-10-18 |
| * | Move signal code into proc.c. | nicm | 2017-07-12 |
| * | Rewrite of choose mode, both to simplify and tidy the code and to add | nicm | 2017-05-30 |
| * | Use fdforkpty() instead of our own unwrapped versions. | nicm | 2017-04-20 |
| * | Merge clear-history into capture-pane. | nicm | 2017-02-16 |
| * | Open /dev/ptm before pledge() and save it to be used for PTMGET later | nicm | 2017-01-23 |
| * | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | nicm | 2015-12-08 |
| * | Long overdue change to the way we store cells in the grid: now, instead | nicm | 2015-11-13 |
| * | Break the common process set up, event loop and imsg dispatch code | nicm | 2015-10-27 |
| * | Merge delete-buffer into cmd-set-buffer.c and change the paste buffer | nicm | 2015-09-11 |
| * | Move alerts onto events rather than checking every loop. | nicm | 2015-08-29 |
| * | Rewrite of the target resolution internals to be simpler and more | nicm | 2015-04-27 |
| * | Merge clock-mode command into copy-mode. | nicm | 2015-02-09 |
| * | Merge linkw and movew which are virtually identical. | nicm | 2014-10-27 |
| * | Merge unlink-window into kill-window. | nicm | 2014-10-22 |
| * | Move suspend-client code into detach-client. | nicm | 2014-10-20 |
| * | Move list-commands into list-keys. | nicm | 2014-10-20 |
| * | Remove the choose-list command to prepare for some later choose-* work. | nicm | 2014-04-16 |
| * | Having three *clock* files is ridiculous, remove clock.c. | nicm | 2014-03-31 |
| * | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | nicm | 2014-01-28 |
| * | Merge start-server into kill-server. | nicm | 2014-01-27 |
| * | Merge server-info into show-messages and remove some not useful output. | nicm | 2014-01-22 |
| * | 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 |