summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)Author
2009-08-31Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott
2009-08-25Add a choose-client command and extend choose-{session,window} to accept aNicholas Marriott
2009-08-11Switch tmux to use imsg. This is the last major change to make theNicholas Marriott
2009-08-08Infrastructure and commands to manage the environment for processes startedNicholas Marriott
2009-07-30There aren't many client message types or code to handle them so get rid of theNicholas Marriott
2009-07-22tty_write is relatively short and the only function left in tty-write.c so moveNicholas Marriott
2009-07-19Improved layout code.Nicholas Marriott
2009-07-17- New command display-message (alias display) to display a message in theNicholas Marriott
2009-07-14Since tmux doesn't actually need ncurses, use -lcurses/curses.hNicholas Marriott
2009-07-13Tidy up and improve target (-t) argument parsing:Nicholas Marriott
2009-07-09New command, if-shell (alias if). Executes the tmux command in the secondNicholas Marriott
2009-06-25diagflags for diagsMarc Espie
2009-06-24Remove some cruft from the Makefile.Nicholas Marriott
2009-06-24Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott