Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2023-04-27 19:16:08 +01:00
12 changed files with 170 additions and 110 deletions

View File

@ -1130,6 +1130,7 @@ window_pane_reset_mode(struct window_pane *wp)
next = TAILQ_FIRST(&wp->modes);
if (next == NULL) {
wp->flags &= ~PANE_UNSEENCHANGES;
log_debug("%s: no next mode", __func__);
wp->screen = &wp->base;
} else {