mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 18:08:51 +00:00
Do not ignore the "off" flag when checking if a pane should be stopped,
GitHub issue 3250.
This commit is contained in:
parent
86dfbda0e4
commit
ee431d482a
@ -2221,6 +2221,7 @@ server_client_check_pane_buffer(struct window_pane *wp)
|
||||
}
|
||||
wpo = control_pane_offset(c, wp, &flag);
|
||||
if (wpo == NULL) {
|
||||
if (!flag)
|
||||
off = 0;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user