aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* Bye-bye buffer*.c.Nicholas Marriott2009-11-04
* Switch jobs over to use a bufferevent.Nicholas Marriott2009-11-04
* Initial changes to move tmux to libevent.Nicholas Marriott2009-11-04
* Rewrite xterm-keys code (both input and output) so that works (doesn't alwaysNicholas Marriott2009-10-26
* Split the server code handling clients, jobs and windows off into separateNicholas Marriott2009-10-22
* Client tidying: get rid of client_ctx struct in favour of two variables inNicholas Marriott2009-10-21
* Add a pipe-pane command to allow a pane to be piped to a shell command, forNicholas Marriott2009-10-11
* Split list-panes off from list-windows.Nicholas Marriott2009-10-10
* Rather than running status-left, status-right and window title #() with popenNicholas Marriott2009-10-10
* Remove scroll mode which is now redundant, copy mode should be used instead.Nicholas Marriott2009-10-06
* New lock-client and lock-session commands to lock an individual client or allNicholas Marriott2009-09-24
* Remove the internal tmux locking and instead detach each client and run theNicholas Marriott2009-09-23
* run-shell command to run a shell command without opening a window, sendingNicholas Marriott2009-09-20
* Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott2009-08-31
* Add a choose-client command and extend choose-{session,window} to accept aNicholas Marriott2009-08-25
* Switch tmux to use imsg. This is the last major change to make theNicholas Marriott2009-08-11
* Infrastructure and commands to manage the environment for processes startedNicholas Marriott2009-08-08
* There aren't many client message types or code to handle them so get rid of theNicholas Marriott2009-07-30
* tty_write is relatively short and the only function left in tty-write.c so moveNicholas Marriott2009-07-22
* Improved layout code.Nicholas Marriott2009-07-19
* - New command display-message (alias display) to display a message in theNicholas Marriott2009-07-17
* Since tmux doesn't actually need ncurses, use -lcurses/curses.hNicholas Marriott2009-07-14
* Tidy up and improve target (-t) argument parsing:Nicholas Marriott2009-07-13
* New command, if-shell (alias if). Executes the tmux command in the secondNicholas Marriott2009-07-09
* diagflags for diagsMarc Espie2009-06-25
* Remove some cruft from the Makefile.Nicholas Marriott2009-06-24
* Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott2009-06-24
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01