commit | 303d342d5fa5903983c08e4cae429e4f9480eea3 | [log] [download] |
---|---|---|
author | nicm <nicm> | Sat May 16 16:20:59 2020 +0000 |
committer | nicm <nicm> | Sat May 16 16:20:59 2020 +0000 |
tree | 150aab174cb176f9a0f8fe29e5b1eb46a65457ec | |
parent | c914abfa19938fe0e41941879649b7a40e192082 [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.