summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-switch-client.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document that switch-client can change all of session,window,pane andnicm2019-04-171-2/+2
* Break new window and pane creation common code from various commands andnicm2019-04-171-2/+2
* Correctly unzoom and redraw panes in switch-client.nicm2018-11-061-2/+5
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-1/+2
* Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-301-2/+2
* Some new notifications, mainly for active pane and current window andnicm2017-05-041-1/+2
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-221-9/+26
* Mouse bindings and hooks set up an initial current state when running anicm2017-04-221-1/+2
* Store state shared between multiple commands in the queue in a sharednicm2017-04-211-2/+2
* Cancel key table when switching session, unless the key is going tonicm2017-02-061-1/+3
* Do not clear the key table when changing session on a client, so thatnicm2017-01-281-2/+1
* Make update-environment an array as well.nicm2017-01-241-6/+4
* Nits found with clang.nicm2017-01-061-2/+2
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-10/+11
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-3/+3
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Repair switch-client -l and switch-client with a window target.nicm2015-12-231-3/+2
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-141-3/+5
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-131-7/+11
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-131-33/+13
* Add key-table option to set the default key table for a session, allowsnicm2015-12-121-1/+2
* Return after changing key table.nicm2015-12-121-1/+2
* Check alerts when session changes, from Patrick Palka.nicm2015-12-111-1/+2
* Use ^= instead of a verbose alternative. ok nicm@mmcc2015-12-081-7/+3
* Like options, move the environ struct into environ.c.nicm2015-10-281-2/+2
* Move struct options into options.c.nicm2015-10-271-2/+2
* Don't update last session when the session is unchanged, from Sina Siadat.nicm2015-09-221-2/+2
* Add session_last_attached time and format, from Sina Siadat.nicm2015-09-101-1/+2
* Make session_update_activity more useful and use it in more places.nicm2015-08-281-2/+2
* Run status update on a per-client timer at status-interval.nicm2015-08-281-1/+2
* Update environment with -E when attach-session used on an alreadynicm2015-07-061-2/+2
* Add -E flag when attaching or switching client to bypassnicm2015-06-071-4/+4
* Update environment when switching sessions as well as attaching, from Sinicm2015-05-071-2/+7
* Move the functions to convert ids from strings into session.c and window.c.nicm2015-04-251-5/+7
* Support for multiple key tables to commands to be bound to sequences ofnicm2015-04-201-4/+17
* 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