diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-03-14 20:02:38 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-03-14 20:02:38 +0000 |
commit | d58bccfc636fe0778fa1abefdb0a171165f27784 (patch) | |
tree | 6b7ed94338b6ae17d1cab470002003b6e2977039 | |
parent | 0b32fa81b6eb1cec4acb3ac78ffb227e6c78e0fb (diff) | |
parent | 9bd4b96766cbbdc8f8e166baf726d69e8a6024ff (diff) | |
download | rtmux-d58bccfc636fe0778fa1abefdb0a171165f27784.tar.gz rtmux-d58bccfc636fe0778fa1abefdb0a171165f27784.tar.bz2 rtmux-d58bccfc636fe0778fa1abefdb0a171165f27784.zip |
Merge branch 'obsd-master'
-rw-r--r-- | tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1672,7 +1672,7 @@ tty_cmd_clearstartofscreen(struct tty *tty, const struct tty_ctx *ctx) px = 0; nx = screen_size_x(wp->screen); py = 0; - ny = ctx->ocy - 1; + ny = ctx->ocy; tty_clear_pane_area(tty, ctx, py, ny, px, nx, ctx->bg); |