mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 10:58:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
d58bccfc63
2
tty.c
2
tty.c
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user