diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-10-20 12:36:29 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-10-20 12:36:29 +0100 |
commit | 31901e3c07ca3f4e51ab504aa2d752f614e761be (patch) | |
tree | 4ba325087795c2fd089c14bbc095b6b5db75b19f /tty.c | |
parent | a34de2e378e0cff7191a426117f44e8b81543445 (diff) | |
parent | 2f6935a630507351233d6296cc6ec9a08d6a702a (diff) | |
download | rtmux-31901e3c07ca3f4e51ab504aa2d752f614e761be.tar.gz rtmux-31901e3c07ca3f4e51ab504aa2d752f614e761be.tar.bz2 rtmux-31901e3c07ca3f4e51ab504aa2d752f614e761be.zip |
Merge branch 'obsd-master'
Conflicts:
server-fn.c
Diffstat (limited to 'tty.c')
-rw-r--r-- | tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1038,7 +1038,7 @@ tty_write(void (*cmdfn)(struct tty *, const struct tty_ctx *), ctx->xoff = wp->xoff; ctx->yoff = wp->yoff; if (status_at_line(c) == 0) - ctx->yoff++; + ctx->yoff += status_line_size(c->session); cmdfn(&c->tty, ctx); } |