summaryrefslogtreecommitdiffstats
path: root/cmd-find.c
AgeCommit message (Expand)Author
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
2017-04-21More unnecessary arguments now winlink points back to session.nicm
2017-04-21Store state shared between multiple commands in the queue in a sharednicm
2017-04-06Merge branch 'obsd-master'Thomas Adam
2017-04-05Try again to resolve problems with mistaking sessions for windows: nownicm
2017-04-05Give each client a name. This defaults to the tty name as before butnicm
2017-03-13Merge branch 'obsd-master'Thomas Adam
2017-03-13Revert previous, breaks normal short targets, reported by Theo Buehler.nicm
2017-03-11Merge branch 'obsd-master'Thomas Adam
2017-03-11Only look for window and pane parts of target as a sesson and window ifnicm
2016-11-16Merge branch 'obsd-master'Thomas Adam
2016-11-16The target validity check used window_pane_visible but that may be falsenicm
2016-10-18Merge branch 'obsd-master'Thomas Adam
2016-10-18Tweak a couple of log statements.nicm
2016-10-17Merge branch 'obsd-master'Thomas Adam
2016-10-16Use the notify name string instead of going via an enum and changenicm
2016-10-16Merge branch 'obsd-master'Thomas Adam
2016-10-16Mass rename struct cmd_q to struct cmdq_item and related.nicm
2016-10-16Merge branch 'obsd-master'Thomas Adam
2016-10-16Rewrite command queue handling. Each client still has a command queue,nicm
2016-10-15Merge branch 'obsd-master'Thomas Adam
2016-10-15Fire hooks on the simple notifys (window-renamed and session-renamed),nicm
2016-10-13Merge branch 'obsd-master'Thomas Adam
2016-10-13Some improvements and bug fixes for hooks:nicm