summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-find.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do not use $TMUX to find the session because for windows in multiplenicm2019-06-121-65/+10
* Adjust how mouse targets are found so they always have a session, windownicm2019-05-081-3/+7
* Add a : to make error messages clearer.nicm2019-03-151-5/+5
* When asked for a window index, return it even if the window exists.nicm2019-03-121-1/+2
* Tweak target debug logging.nicm2019-03-121-10/+31
* SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm2018-08-181-5/+5
* Make key trees and some other bits static.nicm2018-08-021-2/+3
* Style nit.nicm2018-06-261-3/+2
* When looking for panes, ignore dead ones (with -1 filenicm2018-05-281-3/+7
* Another check for NULL window if looking for index.nicm2018-05-091-2/+3
* Improve logging of sessions.nicm2018-05-041-4/+21
* Use window target if specified and exists even when looking for annicm2018-05-031-6/+7
* Change how display-message uses the client. Originally it was onlynicm2018-04-181-2/+2
* Fix negative window index range check (> not <). Reported by Juan Pablonicm2018-03-171-2/+2
* Another redundant check, GitHub issue 1219.nicm2018-01-151-11/+7
* Some unused code, GitHub issue 1219.nicm2018-01-151-3/+1
* Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-301-30/+30
* Do not forbid targets to specify non-visible panes - the checks fornicm2017-08-281-20/+14
* When working out the current client (for example for switch-client withnicm2017-07-071-20/+49
* Tweak some logging.nicm2017-06-161-4/+12
* Add missing error message when no target, GitHub issue 971.nicm2017-06-141-2/+5
* Do not need getopt.h.nicm2017-04-221-2/+2
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-221-1/+7
* Log error properly when no current state, and some other minor tweaks.nicm2017-04-211-4/+3
* Make sure cmd_find_from_* clear the state if they fail.nicm2017-04-211-9/+22
* Make the cmd_find_* functions more obvious when looking for a client,nicm2017-04-211-205/+157
* Add cmd_find_from_winlink_pane and use it in a couple of places, andnicm2017-04-211-5/+19
* More unnecessary arguments now winlink points back to session.nicm2017-04-211-4/+3
* Store state shared between multiple commands in the queue in a sharednicm2017-04-211-4/+4
* Try again to resolve problems with mistaking sessions for windows: nownicm2017-04-051-10/+15
* Give each client a name. This defaults to the tty name as before butnicm2017-04-051-13/+12
* Revert previous, breaks normal short targets, reported by Theo Buehler.nicm2017-03-131-5/+5
* Only look for window and pane parts of target as a sesson and window ifnicm2017-03-111-5/+5
* The target validity check used window_pane_visible but that may be falsenicm2016-11-161-13/+19
* Tweak a couple of log statements.nicm2016-10-181-5/+5
* Use the notify name string instead of going via an enum and changenicm2016-10-161-2/+2
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-41/+43
* Rewrite command queue handling. Each client still has a command queue,nicm2016-10-161-2/+2
* Fire hooks on the simple notifys (window-renamed and session-renamed),nicm2016-10-151-1/+19
* Some improvements and bug fixes for hooks:nicm2016-10-131-4/+20
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-54/+46
* Accept clients as sessions in cmd_find_get_session.nicm2016-03-031-2/+10
* Split out getting the current state from the target search so it can benicm2016-01-191-13/+18
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Add hooks for alerts (bell, silence, activity), from Thomas Adam.nicm2016-01-161-1/+17
* As well as setting up the state, actually use it in cmd_find_target.nicm2015-12-171-3/+4
* Add infrastructure to work out the best target given a pane or windownicm2015-12-161-5/+50
* Copy state directly rather than dereferencing wl (which could be NULL).nicm2015-12-151-3/+3
* We changed somewhat recently to us the pty when tmux was run insidenicm2015-12-151-6/+15
* Don't copy marked pane when can just point to it.nicm2015-12-151-10/+11