summaryrefslogtreecommitdiffstats
path: root/screen-write.c
diff options
context:
space:
mode:
Diffstat (limited to 'screen-write.c')
-rw-r--r--screen-write.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/screen-write.c b/screen-write.c
index e3e51020..32424b39 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -112,6 +112,9 @@ screen_write_initctx(struct screen_write_ctx *ctx, struct tty_ctx *ttyctx,
ttyctx->wp = ctx->wp;
+ ttyctx->sx = screen_size_x(s);
+ ttyctx->sy = screen_size_y(s);
+
ttyctx->ocx = s->cx;
ttyctx->ocy = s->cy;