aboutsummaryrefslogtreecommitdiff
path: root/cmd-lock-server.c
Commit message (Expand)AuthorAge
* Now that parsing is common, merge some of the small, related commandsNicholas Marriott2011-01-04
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* 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
* Don't allow locked or suspended clients to limit the size of active clients.Nicholas Marriott2009-09-24
* 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
* Unused prototypes. Found by lint, no binary change.Nicholas Marriott2009-06-25
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01