Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2019-06-26 21:02:26 +01:00
4 changed files with 10 additions and 6 deletions

View File

@ -1369,7 +1369,7 @@ window_pane_find_down(struct window_pane *wp)
if (edge >= w->sy - 1)
edge = 0;
} else {
if (edge >= wp->sy)
if (edge >= w->sy)
edge = 0;
}