aboutsummaryrefslogtreecommitdiff
path: root/cmd-server-info.c
Commit message (Expand)AuthorAge
* Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott2011-01-26
* Use LIST_* not SLIST_*.Nicholas Marriott2011-01-26
* Log termios backspace for each client since it is used to recogniseNicholas Marriott2011-01-13
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* Another table that should be const.Nicholas Marriott2011-01-01
* Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott2010-12-21
* Add "server options" which are server-wide and not bound to a session orNicholas Marriott2009-12-10
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
* Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
* Change session and client activity and creation time members to have moreNicholas Marriott2009-11-03
* Add a flag for jobs that shouldn't be freed after they've died and use it forNicholas Marriott2009-11-01
* tabs are better; ok nicmTheo Deraadt2009-10-26
* Do this in a better way - print messages when exiting with nonzero.Nicholas Marriott2009-10-13
* Reference count clients and sessions rather than relying on a saved index forNicholas Marriott2009-09-07
* Accept -l to make it easier for people who use tmux as a login shell to useNicholas Marriott2009-09-02
* Tag a few missed printf-like functions and fix a missing "%s".Nicholas Marriott2009-08-18
* Switch tmux to use imsg. This is the last major change to make theNicholas Marriott2009-08-11
* Change the way the grid is stored, previously it was:Nicholas Marriott2009-08-08
* If select-layout is not given an argument, repply the last layout used in theNicholas Marriott2009-07-28
* Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-13
* Use vis(3) instead of handrolled function.Nicholas Marriott2009-06-03
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01