summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-switch-client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of setting up the default keys by building the key structnicm2014-10-201-20/+1
* Remove the "info" message mechanism, this was only used for about fivenicm2014-04-171-6/+3
* Avoid use of uninitialized variable, from Thomas Adam.nicm2014-02-121-2/+2
* Similar to attach-session, make switch-client -t accept a window andnicm2014-01-091-9/+36
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-10/+10
* Fix error reporting for client commands by adding a flag tonicm2013-03-241-2/+2
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-10/+10
* Only hide flags on the current window when the session is attached, fromnicm2012-01-211-1/+2
* Add a -r flag to switch-client to toggle the client read-only flag. Fromnicm2011-08-161-4/+14
* Add a flag to cmd_find_session so that attach-session can prefernicm2011-04-051-2/+2
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-134/+20
* Don't reset the activity timer for unattached sessions every second,nicm2011-01-011-1/+2
* Use pointer rather than index for the client's last session.nicm2010-12-201-5/+4
* Track the last session for a client and add a flag to switch-client andnicm2010-12-111-10/+36
* Two new options:nicm2010-09-261-1/+2
* Add -n and -p flags to switch-client to move to the next and previousnicm2010-09-081-8/+60
* Don't leak if arguments appear multiple times, from Tiago Cunha.nicm2010-01-231-3/+5
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-2/+2
* Make all messages sent between the client and server fixed size.nicm2009-07-261-26/+1
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-2/+2
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+161