Merge branch 'obsd-master'

pull/3604/head
Thomas Adam 2023-06-26 12:01:09 +01:00
commit 3f3d61bd58
1 changed files with 1 additions and 1 deletions

View File

@ -625,7 +625,7 @@ screen_alternate_off(struct screen *s, struct grid_cell *gc, int cursor)
* before copying back.
*/
if (s->saved_grid != NULL)
screen_resize(s, s->saved_grid->sx, s->saved_grid->sy, 1);
screen_resize(s, s->saved_grid->sx, s->saved_grid->sy, 0);
/*
* Restore the cursor position and cell. This happens even if not