Commit Graph

149 Commits

Author SHA1 Message Date
269dab4b3e Merge branch 'obsd-master' 2023-07-10 12:01:12 +01:00
8b3e2eab5a Use a stack for last panes line windows, from Thomas Bertschinger in
GitHub issue 3588.
2023-07-10 09:24:53 +00:00
36896f6dd0 Merge branch 'obsd-master' 2022-11-01 12:01:10 +00:00
2291045116 Use active pane in target window not current window for +/-. GitHub
issue 3370.
2022-11-01 09:46:14 +00:00
303d342d5f Add a client flag 'active-pane' which stores the active pane in the
client and allows it to be changed independently from the real active
pane stored in the window. This is can be used with session groups which
allow an independent current window (although it would be nice to have a
flag for this too and remove session groups). The client active pane is
only really useful interactively, many things (hooks, window-style,
zooming) still use the window active pane.
2020-05-16 16:20:59 +00:00
0bdbf47ef9 Add a client flag 'active-pane' which stores the active pane in the client and
allows it to be changed independently from the real active pane stored in the
window. This is can be used with session groups which allow an independent
current window (although it would be nice to have a flag for this too and
remove session groups). The client active pane is only really useful
interactively, many things (hooks, window-style, zooming) still use the window
active pane.
2020-05-14 11:18:19 +01:00
acc00cd13a Merge branch 'obsd-master' 2020-04-13 18:01:43 +01:00
0a11f1607b Merge branch 'obsd-master' 2020-04-13 16:01:46 +01:00
adb76fd1ce Move cmdq_state into cmd-queue.c. 2020-04-13 14:46:04 +00:00
9a65102bfc Rename cmdq_shared to cmdq_state which will better reflect what it is
(going to be) used for.
2020-04-13 14:04:25 +00:00
77d5b0cc53 Store a key event not a mouse event in the shared data. 2020-04-13 13:42:35 +00:00
8f2b5d714a Merge branch 'obsd-master' 2020-04-13 14:01:45 +01:00
04cdd03525 Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its
use more clearly defined and preparation for some future work).
2020-04-13 10:59:58 +00:00
52e3d960e7 Merge branch 'obsd-master' 2020-04-09 16:01:45 +01:00
5288801d3e Do not try to use the client if the item containing it is NULL. 2020-04-09 13:54:38 +00:00
d5902eeae9 Merge branch 'obsd-master' 2019-06-12 11:02:25 +01:00
7e6a26cc9d Do not use $TMUX to find the session because for windows in multiple
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.
2019-06-12 09:10:29 +00:00
4bc45fc95a Merge branch 'obsd-master' 2019-05-08 21:02:25 +01:00
a384245c5a Adjust how mouse targets are found so they always have a session, window
and pane.
2019-05-08 18:05:03 +00:00
acb2413852 Merge branch 'obsd-master' 2019-03-18 15:07:51 +00:00
1d306e926a Add a : to make error messages clearer. 2019-03-15 15:20:00 +00:00
7d2004a8dd Merge branch 'obsd-master' 2019-03-12 14:02:40 +00:00
3f0efc050a When asked for a window index, return it even if the window exists. 2019-03-12 13:14:04 +00:00
7b819357ff Tweak target debug logging. 2019-03-12 12:49:46 +00:00
e811132b05 Merge branch 'obsd-master' 2018-08-18 23:02:40 +01:00
bd2896b65e SESSION_UNATTACHED flag is no longer necessary now we have an attached
count instead.
2018-08-18 20:08:52 +00:00
eceaa9a493 Merge branch 'obsd-master' 2018-08-02 15:02:25 +01:00
6048b0f483 Make key trees and some other bits static. 2018-08-02 11:44:07 +00:00
d8721b35a0 Merge branch 'obsd-master' 2018-06-26 15:02:25 +01:00
97738921cd Style nit. 2018-06-26 13:21:28 +00:00
058d2b94dc Merge branch 'obsd-master' 2018-05-28 15:02:31 +01:00
c177a627d2 When looking for panes, ignore dead ones (with -1 file
descriptor). GitHub issue 1354.
2018-05-28 11:50:47 +00:00
9e1093b7d7 Merge branch 'obsd-master' 2018-05-09 11:02:26 +01:00
f2029f9d9e Another check for NULL window if looking for index. 2018-05-09 07:50:03 +00:00
91b220525b Merge branch 'obsd-master' 2018-05-04 11:02:31 +01:00
988c6bc433 Improve logging of sessions. 2018-05-04 08:21:42 +00:00
1d858aa89e Merge branch 'obsd-master' 2018-05-03 19:02:26 +01:00
e24a077752 Use window target if specified and exists even when looking for an
index, fixes neww -a with -t as well.
2018-05-03 16:56:59 +00:00
0e1b339c10 Merge branch 'obsd-master' 2018-04-18 17:02:28 +01:00
3dceddd70e Change how display-message uses the client. Originally it was only
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.
2018-04-18 14:35:37 +00:00
c8a706117f Merge branch 'obsd-master' 2018-03-17 18:02:26 +00:00
0b3911631b Fix negative window index range check (> not <). Reported by Juan Pablo
in GitHub issue 1283.
2018-03-17 16:48:17 +00:00
84ddc72744 Merge branch 'obsd-master' 2018-01-17 11:26:10 +00:00
53b25635da Another redundant check, GitHub issue 1219. 2018-01-15 15:30:03 +00:00
481703d669 Some unused code, GitHub issue 1219. 2018-01-15 15:27:03 +00:00
54c5070767 Merge branch 'obsd-master' 2017-08-30 12:01:10 +01:00
17cf1b21c6 Pass flags into cmd_find_from_* to fix prefer-unattached, reported by
Thomas Sattler.
2017-08-30 10:33:57 +00:00
7d3bf6453e Merge branch 'obsd-master' 2017-08-28 14:01:17 +01:00
fe4467ad2b Do not forbid targets to specify non-visible panes - the checks for
visibility are better where the target is used. GitHub issue 1049.
2017-08-28 12:36:38 +00:00
1029f2b277 Merge branch 'obsd-master' 2017-07-07 10:01:09 +01:00