Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2022-07-19 10:01:08 +01:00
3 changed files with 14 additions and 31 deletions

View File

@ -2218,7 +2218,8 @@ server_client_check_pane_buffer(struct window_pane *wp)
}
wpo = control_pane_offset(c, wp, &flag);
if (wpo == NULL) {
off = 0;
if (!flag)
off = 0;
continue;
}
if (!flag)