Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2019-03-14 20:02:38 +00:00
commit d58bccfc63
1 changed files with 1 additions and 1 deletions

2
tty.c
View File

@ -1672,7 +1672,7 @@ tty_cmd_clearstartofscreen(struct tty *tty, const struct tty_ctx *ctx)
px = 0; px = 0;
nx = screen_size_x(wp->screen); nx = screen_size_x(wp->screen);
py = 0; py = 0;
ny = ctx->ocy - 1; ny = ctx->ocy;
tty_clear_pane_area(tty, ctx, py, ny, px, nx, ctx->bg); tty_clear_pane_area(tty, ctx, py, ny, px, nx, ctx->bg);