Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-10-13 22:01:12 +01:00
13 changed files with 280 additions and 204 deletions

View File

@ -1038,7 +1038,7 @@ window_pane_alternate_on(struct window_pane *wp, struct grid_cell *gc,
}
memcpy(&wp->saved_cell, gc, sizeof wp->saved_cell);
grid_view_clear(s->grid, 0, 0, sx, sy);
grid_view_clear(s->grid, 0, 0, sx, sy, 8);
wp->base.grid->flags &= ~GRID_HISTORY;