diff options
author | Thomas Adam <thomas@xteddy.org> | 2018-11-13 12:02:38 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2018-11-13 12:02:38 +0000 |
commit | 0fd73f238d235d497389e7f530945949dac6bcd2 (patch) | |
tree | b1505c2a5c60ac9872f064d2242d264504506b3c | |
parent | 3c6cdf0115e9dc824d6c115a498a0aedea3e88fc (diff) | |
parent | 50cdfc06fbbfe8fd51d74ce938bde528cd2ff65a (diff) | |
download | rtmux-0fd73f238d235d497389e7f530945949dac6bcd2.tar.gz rtmux-0fd73f238d235d497389e7f530945949dac6bcd2.tar.bz2 rtmux-0fd73f238d235d497389e7f530945949dac6bcd2.zip |
Merge branch 'obsd-master'
-rw-r--r-- | screen-write.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/screen-write.c b/screen-write.c index c65ae688..0147f516 100644 --- a/screen-write.c +++ b/screen-write.c @@ -775,6 +775,8 @@ screen_write_alignmenttest(struct screen_write_ctx *ctx) s->rupper = 0; s->rlower = screen_size_y(s) - 1; + screen_write_initctx(ctx, &ttyctx); + screen_write_collect_clear(ctx, 0, screen_size_y(s) - 1); tty_write(tty_cmd_alignmenttest, &ttyctx); } |