Age | Commit message (Expand) | Author |
2017-02-16 | Merge clear-history into capture-pane. | Nicholas Marriott |
2017-01-24 | Fixed keys for choose mode, and remove the last mode keys bits. | Nicholas Marriott |
2017-01-23 | Open /dev/ptm before pledge() and save it to be used for PTMGET later | Nicholas Marriott |
2015-12-08 | Add hooks infrastructure, basic commands (set-hook, show-hooks) and a | Nicholas Marriott |
2015-11-13 | Long overdue change to the way we store cells in the grid: now, instead | Nicholas Marriott |
2015-10-27 | Break the common process set up, event loop and imsg dispatch code | Nicholas Marriott |
2015-09-11 | Merge delete-buffer into cmd-set-buffer.c and change the paste buffer | Nicholas Marriott |
2015-08-29 | Move alerts onto events rather than checking every loop. | Nicholas Marriott |
2015-04-27 | Rewrite of the target resolution internals to be simpler and more | Nicholas Marriott |
2015-02-09 | Merge clock-mode command into copy-mode. | Nicholas Marriott |
2014-10-27 | Merge linkw and movew which are virtually identical. | Nicholas Marriott |
2014-10-22 | Merge unlink-window into kill-window. | Nicholas Marriott |
2014-10-20 | Move suspend-client code into detach-client. | Nicholas Marriott |
2014-10-20 | Move tiny has-session function into cmd-new-session.c. | Nicholas Marriott |
2014-10-20 | Move list-commands into list-keys. | Nicholas Marriott |
2014-04-16 | Remove the choose-list command to prepare for some later choose-* work. | Nicholas Marriott |
2014-03-31 | Having three *clock* files is ridiculous, remove clock.c. | Nicholas Marriott |
2014-01-28 | Allow replacing each of the many sets of separate foo-{fg,bg,attr} | Nicholas Marriott |
2014-01-27 | Merge start-server into kill-server. | Nicholas Marriott |
2014-01-22 | Merge server-info into show-messages and remove some not useful output. | Nicholas Marriott |
2013-03-25 | Add a wait-for command which blocks a client on a named channel until it | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-24 | Merge send-prefix into send-keys. | Nicholas Marriott |
2013-03-24 | Merge show-buffer into save-buffer. | Nicholas Marriott |
2013-01-18 | Rather than having two grids for each pane, one for ASCII and one for | Nicholas Marriott |
2012-09-03 | 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-07-08 | Add choose-tree command to show windows and sessions in the same | Nicholas Marriott |
2012-07-08 | Sort SRCS list. | Nicholas Marriott |
2012-06-18 | Add a skeleton mode to tmux (called "control mode") that let's tmux | Nicholas Marriott |
2012-03-17 | Add notify hooks for various events, the functions are currently empty | Nicholas Marriott |
2011-08-26 | Add initial framework for more powerful formatting of command output and | Nicholas Marriott |
2011-08-25 | -lm is no longer needed, from Tiago Cunha. | Nicholas Marriott |
2011-06-05 | 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-01-08 | Accept colours of the hex form #ffffff and translate to the nearest from | Nicholas Marriott |
2011-01-04 | 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-01 | Move the user-visible parts of all options (names, types, limit, default | Nicholas Marriott |
2010-12-30 | Change from a per-session stack of buffers to one global stack which is | Nicholas Marriott |
2010-10-23 | Add a last-pane command (bound to ; by default). Requested ages ago by | Nicholas Marriott |
2010-09-11 | Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid | Nicholas Marriott |
2010-06-29 | Custom layouts. list-windows command displays the layout as a string (such as | Nicholas Marriott |
2010-06-21 | Add a choose-buffer command for easier use of the paste buffer stack. | Nicholas Marriott |
2010-05-26 | Move imsg into libutil and add a man page. | Nicholas Marriott |
2010-05-05 | Identical behaviour to select-prompt can now be obtained with | Nicholas Marriott |
2010-05-04 | 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-03 | Make signal handler setup/teardown two common functions instead of six, | Nicholas Marriott |
2010-04-06 | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott |