summaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-06-26 12:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2023-06-26 12:01:09 +0100
commit3f3d61bd588fc87d38efc6b2b59378523dace822 (patch)
treea9d6ab536b8b7d9a612712ec46ca6f6afb79d75a /screen.c
parent80d4f4afc69fcd0699bfec49b55fc846e97dcc97 (diff)
parent2546216019efcbb37bfa67ba8ac101c49d42c48b (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'screen.c')
-rw-r--r--screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen.c b/screen.c
index 12ca4d17..a9b7d40e 100644
--- a/screen.c
+++ b/screen.c
@@ -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