Rename and tidy some stuff in struct tty_ctx.

This commit is contained in:
nicm
2020-05-16 15:27:08 +00:00
parent edeb81ba9e
commit 379ca54c80
3 changed files with 81 additions and 84 deletions

View File

@ -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;