mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Some more easy floating panes bits.
This commit is contained in:
@@ -77,6 +77,8 @@ control_notify_window_pane_changed(struct window *w)
|
||||
{
|
||||
struct client *c;
|
||||
|
||||
if (w->active == NULL)
|
||||
return;
|
||||
TAILQ_FOREACH(c, &clients, entry) {
|
||||
if (!CONTROL_SHOULD_NOTIFY_CLIENT(c))
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user