aboutsummaryrefslogtreecommitdiff
path: root/cmd-find.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2020-04-13
|\
| * Move cmdq_state into cmd-queue.c.nicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2020-04-13
|\|
| * Rename cmdq_shared to cmdq_state which will better reflect what it isnicm2020-04-13
| * Store a key event not a mouse event in the shared data.nicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2020-04-13
|\|
| * Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make itsnicm2020-04-13
* | Merge branch 'obsd-master'Thomas Adam2020-04-09
|\|
| * Do not try to use the client if the item containing it is NULL.nicm2020-04-09
* | Merge branch 'obsd-master'Thomas Adam2019-06-12
|\|
| * Do not use $TMUX to find the session because for windows in multiplenicm2019-06-12
* | Merge branch 'obsd-master'Thomas Adam2019-05-08
|\|
| * Adjust how mouse targets are found so they always have a session, windownicm2019-05-08
* | Merge branch 'obsd-master'Thomas Adam2019-03-18
|\|
| * Add a : to make error messages clearer.nicm2019-03-15
* | Merge branch 'obsd-master'Thomas Adam2019-03-12
|\|
| * When asked for a window index, return it even if the window exists.nicm2019-03-12
| * Tweak target debug logging.nicm2019-03-12
* | Merge branch 'obsd-master'Thomas Adam2018-08-18
|\|
| * SESSION_UNATTACHED flag is no longer necessary now we have an attachednicm2018-08-18
* | Merge branch 'obsd-master'Thomas Adam2018-08-02
|\|
| * Make key trees and some other bits static.nicm2018-08-02
* | Merge branch 'obsd-master'Thomas Adam2018-06-26
|\|
| * Style nit.nicm2018-06-26
* | Merge branch 'obsd-master'Thomas Adam2018-05-28
|\|
| * When looking for panes, ignore dead ones (with -1 filenicm2018-05-28
* | Merge branch 'obsd-master'Thomas Adam2018-05-09
|\|
| * Another check for NULL window if looking for index.nicm2018-05-09
* | Merge branch 'obsd-master'Thomas Adam2018-05-04
|\|
| * Improve logging of sessions.nicm2018-05-04
* | Merge branch 'obsd-master'Thomas Adam2018-05-03
|\|
| * Use window target if specified and exists even when looking for annicm2018-05-03
* | Merge branch 'obsd-master'Thomas Adam2018-04-18
|\|
| * Change how display-message uses the client. Originally it was onlynicm2018-04-18
* | 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
|\|