aboutsummaryrefslogtreecommitdiff
path: root/cmd-choose-session.c
Commit message (Expand)AuthorAge
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* Store sessions in an RB tree by name rather than a list, this is tidierNicholas Marriott2010-12-21
* Don't nuke the index counter when a session group comes up.Nicholas Marriott2010-12-19
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
* Add "grouped sessions" which have independent name, options, current window andNicholas Marriott2009-10-10
* Reference count clients and sessions rather than relying on a saved index forNicholas Marriott2009-09-07
* These should #include <ctype.h>.Nicholas Marriott2009-08-25
* Add a choose-client command and extend choose-{session,window} to accept aNicholas Marriott2009-08-25
* Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
* A similar for fix for window_choose: don't rely on the callback always beingNicholas Marriott2009-07-17
* Having fixed flags for single-character getopt options is a bit hard toNicholas Marriott2009-07-13
* Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01