Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' | Thomas Adam | 2020-04-13 |
|\ | |||
| * | Move cmdq_state into cmd-queue.c. | nicm | 2020-04-13 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-13 |
|\| | |||
| * | Rename cmdq_shared to cmdq_state which will better reflect what it is | nicm | 2020-04-13 |
| | | | | | | | | (going to be) used for. | ||
| * | Store a key event not a mouse event in the shared data. | nicm | 2020-04-13 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-13 |
|\| | |||
| * | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | nicm | 2020-04-13 |
| | | | | | | | | use more clearly defined and preparation for some future work). | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-09 |
|\| | |||
| * | Do not try to use the client if the item containing it is NULL. | nicm | 2020-04-09 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-06-12 |
|\| | |||
| * | Do not use $TMUX to find the session because for windows in multiple | nicm | 2019-06-12 |
| | | | | | | | | | | | | sessions it is wrong as often as it is right, and for windows in one session it is pointless. Instead check TMUX_PANE to find the pane and look for the MRU session as usual. GitHub issue 1793. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-05-08 |
|\| | |||
| * | Adjust how mouse targets are found so they always have a session, window | nicm | 2019-05-08 |
| | | | | | | | | and pane. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-18 |
|\| | |||
| * | Add a : to make error messages clearer. | nicm | 2019-03-15 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2019-03-12 |
|\| | |||
| * | When asked for a window index, return it even if the window exists. | nicm | 2019-03-12 |
| | | |||
| * | Tweak target debug logging. | nicm | 2019-03-12 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-08-18 |
|\| | |||
| * | SESSION_UNATTACHED flag is no longer necessary now we have an attached | nicm | 2018-08-18 |
| | | | | | | | | count instead. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-08-02 |
|\| | |||
| * | Make key trees and some other bits static. | nicm | 2018-08-02 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-06-26 |
|\| | |||
| * | Style nit. | nicm | 2018-06-26 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-05-28 |
|\| | |||
| * | When looking for panes, ignore dead ones (with -1 file | nicm | 2018-05-28 |
| | | | | | | | | descriptor). GitHub issue 1354. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-05-09 |
|\| | |||
| * | Another check for NULL window if looking for index. | nicm | 2018-05-09 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-05-04 |
|\| | |||
| * | Improve logging of sessions. | nicm | 2018-05-04 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-05-03 |
|\| | |||
| * | Use window target if specified and exists even when looking for an | nicm | 2018-05-03 |
| | | | | | | | | index, fixes neww -a with -t as well. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-04-18 |
|\| | |||
| * | Change how display-message uses the client. Originally it was only | nicm | 2018-04-18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | intended as the target client where the message should be displayed but at some point (perhaps when -p was added), it was used for format expansion too. This means it can get a bit weird where you have client formats expanding for a client with a different current session than the target session. However, it is nice that display-message can be used to show information about a specific client. So change so that the -c client will be used if the session matches the target session (-t or default), otherwise the best client will be chosen. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-03-17 |
|\| | |||
| * | Fix negative window index range check (> not <). Reported by Juan Pablo | nicm | 2018-03-17 |
| | | | | | | | | in GitHub issue 1283. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2018-01-17 |
|\| | |||
| * | Another redundant check, GitHub issue 1219. | nicm | 2018-01-15 |
| | | |||
| * | Some unused code, GitHub issue 1219. | nicm | 2018-01-15 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-30 |
|\| | |||
| * | Pass flags into cmd_find_from_* to fix prefer-unattached, reported by | nicm | 2017-08-30 |
| | | | | | | | | Thomas Sattler. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-08-28 |
|\| | |||
| * | Do not forbid targets to specify non-visible panes - the checks for | nicm | 2017-08-28 |
| | | | | | | | | visibility are better where the target is used. GitHub issue 1049. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-07-07 |
|\| | |||
| * | When working out the current client (for example for switch-client with | nicm | 2017-07-07 |
| | | | | | | | | | | no target), prefer clients attached to the current session if there is one. GitHub issue 995 from Jan Larres. | ||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-06-16 |
|\| | |||
| * | Tweak some logging. | nicm | 2017-06-16 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-06-14 |
|\| | |||
| * | Add missing error message when no target, GitHub issue 971. | nicm | 2017-06-14 |
| | | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2017-04-22 |
|\| |