Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 0bdbf47ef946b3535cc32b45ea8d971de5baddb5
https://github.com/tmux/tmux/commit/0bdbf47ef946b3535cc32b45ea8d971de5baddb5
Author: Nicholas Marriott <[email protected]>
Date: 2020-05-14 (Thu, 14 May 2020)
Changed paths:
M cmd-break-pane.c
M cmd-find.c
M cmd-join-pane.c
M cmd-kill-pane.c
M cmd-queue.c
M cmd-select-pane.c
M cmd-split-window.c
M cmd-swap-pane.c
M screen-redraw.c
M server-client.c
M server-fn.c
M spawn.c
M tmux.1
M tmux.h
M tty.c
Log Message:
-----------
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.
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/12ecea-0bdbf4%40github.com.