Age | Commit message (Expand) | Author |
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 |
2010-03-22 | Support up, down, left, right movement through panes with -UDLR flags to | Nicholas Marriott |
2010-01-31 | Fix DPADD, from Brad. | Nicholas Marriott |
2010-01-07 | New command, join-pane, to split and move an existing pane into the space (like | Nicholas Marriott |
2009-12-08 | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right | Nicholas Marriott |
2009-12-03 | Eliminate duplicate code and ease the passage for server-wide options by adding | Nicholas Marriott |
2009-12-01 | New command, capture-pane, which copies the entire pane contents to a paste | Nicholas Marriott |
2009-11-18 | 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-04 | 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-10-26 | Rewrite xterm-keys code (both input and output) so that works (doesn't always | Nicholas Marriott |
2009-10-22 | Split the server code handling clients, jobs and windows off into separate | Nicholas Marriott |
2009-10-21 | Client tidying: get rid of client_ctx struct in favour of two variables in | Nicholas Marriott |
2009-10-11 | Add a pipe-pane command to allow a pane to be piped to a shell command, for | Nicholas Marriott |
2009-10-10 | 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-06 | Remove scroll mode which is now redundant, copy mode should be used instead. | Nicholas Marriott |
2009-09-24 | New lock-client and lock-session commands to lock an individual client or all | Nicholas Marriott |
2009-09-23 | Remove the internal tmux locking and instead detach each client and run the | Nicholas Marriott |
2009-09-20 | run-shell command to run a shell command without opening a window, sending | Nicholas Marriott |
2009-08-31 | Add a new display-panes command, with two options (display-panes-colour and | Nicholas Marriott |
2009-08-25 | Add a choose-client command and extend choose-{session,window} to accept a | Nicholas Marriott |
2009-08-11 | Switch tmux to use imsg. This is the last major change to make the | Nicholas Marriott |
2009-08-08 | Infrastructure and commands to manage the environment for processes started | Nicholas Marriott |