aboutsummaryrefslogtreecommitdiff
path: root/cmd-find.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2018-03-17
|\
| * Fix negative window index range check (> not <). Reported by Juan Pablonicm2018-03-17
* | Merge branch 'obsd-master'Thomas Adam2018-01-17
|\|
| * Another redundant check, GitHub issue 1219.nicm2018-01-15
| * Some unused code, GitHub issue 1219.nicm2018-01-15
* | Merge branch 'obsd-master'Thomas Adam2017-08-30
|\|
| * Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-30
* | Merge branch 'obsd-master'Thomas Adam2017-08-28
|\|
| * Do not forbid targets to specify non-visible panes - the checks fornicm2017-08-28
* | Merge branch 'obsd-master'Thomas Adam2017-07-07
|\|
| * When working out the current client (for example for switch-client withnicm2017-07-07
* | Merge branch 'obsd-master'Thomas Adam2017-06-16
|\|
| * Tweak some logging.nicm2017-06-16
* | Merge branch 'obsd-master'Thomas Adam2017-06-14
|\|
| * Add missing error message when no target, GitHub issue 971.nicm2017-06-14
* | Merge branch 'obsd-master'Thomas Adam2017-04-22
|\|
| * Do not need getopt.h.nicm2017-04-22
* | Merge branch 'obsd-master'Thomas Adam2017-04-22
|\|
| * Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-22
* | Merge branch 'obsd-master'Thomas Adam2017-04-22
|\|
| * Log error properly when no current state, and some other minor tweaks.nicm2017-04-21
| * Make sure cmd_find_from_* clear the state if they fail.nicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * Make the cmd_find_* functions more obvious when looking for a client,nicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * Add cmd_find_from_winlink_pane and use it in a couple of places, andnicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * More unnecessary arguments now winlink points back to session.nicm2017-04-21
| * Store state shared between multiple commands in the queue in a sharednicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-04-06
|\|
| * Try again to resolve problems with mistaking sessions for windows: nownicm2017-04-05
| * Give each client a name. This defaults to the tty name as before butnicm2017-04-05
* | Merge branch 'obsd-master'Thomas Adam2017-03-13
|\|
| * Revert previous, breaks normal short targets, reported by Theo Buehler.nicm2017-03-13
* | Merge branch 'obsd-master'Thomas Adam2017-03-11
|\|
| * Only look for window and pane parts of target as a sesson and window ifnicm2017-03-11
* | Merge branch 'obsd-master'Thomas Adam2016-11-16
|\|
| * The target validity check used window_pane_visible but that may be falsenicm2016-11-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-18
|\|
| * Tweak a couple of log statements.nicm2016-10-18
* | Merge branch 'obsd-master'Thomas Adam2016-10-17
|\|
| * Use the notify name string instead of going via an enum and changenicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Rewrite command queue handling. Each client still has a command queue,nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-15
|\|
| * Fire hooks on the simple notifys (window-renamed and session-renamed),nicm2016-10-15
* | Merge branch 'obsd-master'Thomas Adam2016-10-13
|\|
| * Some improvements and bug fixes for hooks:nicm2016-10-13