aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* 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