summaryrefslogtreecommitdiffstats
path: root/cmd-server-info.c
AgeCommit message (Expand)Author
2009-11-03Change session and client activity and creation time members to have moreNicholas Marriott
2009-11-01Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott
2009-10-26tabs are better; ok nicmTheo Deraadt
2009-10-13Do this in a better way - print messages when exiting with nonzero.Nicholas Marriott
2009-09-07Reference count clients and sessions rather than relying on a saved index forNicholas Marriott
2009-09-02Accept -l to make it easier for people who use tmux as a login shell to useNicholas Marriott
2009-08-18Tag a few missed printf-like functions and fix a missing "%s".Nicholas Marriott
2009-08-11Switch tmux to use imsg. This is the last major change to make theNicholas Marriott
2009-08-08Change the way the grid is stored, previously it was:Nicholas Marriott
2009-07-28If select-layout is not given an argument, repply the last layout used in theNicholas Marriott
2009-07-26Make all messages sent between the client and server fixed size.Nicholas Marriott
2009-07-13Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott
2009-06-03Use vis(3) instead of handrolled function.Nicholas Marriott
2009-06-01Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott