diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-09-03 00:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-09-03 00:01:14 +0100 |
commit | 999c1c771b4282c60017b86b26f03136398ae09c (patch) | |
tree | d2dd889dc153371f662af992e586c0898d48321c /screen-write.c | |
parent | 727ce7e4bb19038b7952c7330b045ac6e1216ede (diff) | |
parent | 2627ab322e0e8dffbf86b1c2eb969139a8062174 (diff) | |
download | rtmux-999c1c771b4282c60017b86b26f03136398ae09c.tar.gz rtmux-999c1c771b4282c60017b86b26f03136398ae09c.tar.bz2 rtmux-999c1c771b4282c60017b86b26f03136398ae09c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'screen-write.c')
-rw-r--r-- | screen-write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c index 3c4d2758..94ce359f 100644 --- a/screen-write.c +++ b/screen-write.c @@ -1016,7 +1016,7 @@ screen_write_clearhistory(struct screen_write_ctx *ctx) struct grid *gd = s->grid; grid_move_lines(gd, 0, gd->hsize, gd->sy); - gd->hsize = 0; + gd->hscrolled = gd->hsize = 0; } /* Write cell data. */ |