summaryrefslogtreecommitdiffstats
path: root/cmd-find.c
AgeCommit message (Expand)Author
2019-05-08Merge branch 'obsd-master'Thomas Adam
2019-05-08Adjust how mouse targets are found so they always have a session, windownicm
2019-03-18Merge branch 'obsd-master'Thomas Adam
2019-03-15Add a : to make error messages clearer.nicm
2019-03-12Merge branch 'obsd-master'Thomas Adam
2019-03-12When asked for a window index, return it even if the window exists.nicm
2019-03-12Tweak target debug logging.nicm
2018-08-18Merge branch 'obsd-master'Thomas Adam
2018-08-18SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm
2018-08-02Merge branch 'obsd-master'Thomas Adam
2018-08-02Make key trees and some other bits static.nicm
2018-06-26Merge branch 'obsd-master'Thomas Adam
2018-06-26Style nit.nicm
2018-05-28Merge branch 'obsd-master'Thomas Adam
2018-05-28When looking for panes, ignore dead ones (with -1 filenicm
2018-05-09Merge branch 'obsd-master'Thomas Adam
2018-05-09Another check for NULL window if looking for index.nicm
2018-05-04Merge branch 'obsd-master'Thomas Adam
2018-05-04Improve logging of sessions.nicm
2018-05-03Merge branch 'obsd-master'Thomas Adam
2018-05-03Use window target if specified and exists even when looking for annicm
2018-04-18Merge branch 'obsd-master'Thomas Adam
2018-04-18Change how display-message uses the client. Originally it was onlynicm
2018-03-17Merge branch 'obsd-master'Thomas Adam
2018-03-17Fix negative window index range check (> not <). Reported by Juan Pablonicm
2018-01-17Merge branch 'obsd-master'Thomas Adam
2018-01-15Another redundant check, GitHub issue 1219.nicm
2018-01-15Some unused code, GitHub issue 1219.nicm
2017-08-30Merge branch 'obsd-master'Thomas Adam
2017-08-30Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm
2017-08-28Merge branch 'obsd-master'Thomas Adam
2017-08-28Do not forbid targets to specify non-visible panes - the checks fornicm
2017-07-07Merge branch 'obsd-master'Thomas Adam
2017-07-07When working out the current client (for example for switch-client withnicm
2017-06-16Merge branch 'obsd-master'Thomas Adam
2017-06-16Tweak some logging.nicm
2017-06-14Merge branch 'obsd-master'Thomas Adam
2017-06-14Add missing error message when no target, GitHub issue 971.nicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-22Do not need getopt.h.nicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-22Get rid of the extra layer of flags and cmd_prepare() and just store thenicm
2017-04-22Merge branch 'obsd-master'Thomas Adam
2017-04-21Log error properly when no current state, and some other minor tweaks.nicm
2017-04-21Make sure cmd_find_from_* clear the state if they fail.nicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21Make the cmd_find_* functions more obvious when looking for a client,nicm
2017-04-21Merge branch 'obsd-master'Thomas Adam
2017-04-21Add cmd_find_from_winlink_pane and use it in a couple of places, andnicm
2017-04-21Merge branch 'obsd-master'Thomas Adam