Age | Commit message (Expand) | Author |
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 |
2009-07-30 | There aren't many client message types or code to handle them so get rid of the | Nicholas Marriott |
2009-07-22 | tty_write is relatively short and the only function left in tty-write.c so move | Nicholas Marriott |
2009-07-19 | Improved layout code. | Nicholas Marriott |
2009-07-17 | - New command display-message (alias display) to display a message in the | Nicholas Marriott |
2009-07-14 | Since tmux doesn't actually need ncurses, use -lcurses/curses.h | Nicholas Marriott |
2009-07-13 | Tidy up and improve target (-t) argument parsing: | Nicholas Marriott |
2009-07-09 | New command, if-shell (alias if). Executes the tmux command in the second | Nicholas Marriott |
2009-06-25 | diagflags for diags | Marc Espie |
2009-06-24 | Remove some cruft from the Makefile. | Nicholas Marriott |
2009-06-24 | Change find-window and monitor-content to use fnmatch(3). For convenience and | Nicholas Marriott |
2009-06-01 | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott |