commit | 0bdbf47ef946b3535cc32b45ea8d971de5baddb5 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Thu May 14 11:18:19 2020 +0100 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Thu May 14 11:18:19 2020 +0100 |
tree | a44b650fc7eb232083f25e070f243899ed9cbedc | |
parent | 12eceaf2b3ef2b028a55d8ad11951be700be0446 [diff] |
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.