Home
last modified time | relevance | path

Searched refs:tty_clear_pane_line (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/tmux/tmux-3.2a/
H A Dtty.c1063 tty_clear_pane_line(struct tty *tty, const struct tty_ctx *ctx, u_int py, in tty_clear_pane_line() function
1543 tty_clear_pane_line(tty, ctx, ctx->ocy, ctx->ocx, ctx->num, ctx->bg); in tty_cmd_clearcharacter()
1599 tty_clear_pane_line(tty, ctx, ctx->ocy, 0, ctx->sx, ctx->bg); in tty_cmd_clearline()
1609 tty_clear_pane_line(tty, ctx, ctx->ocy, ctx->ocx, nx, ctx->bg); in tty_cmd_clearendofline()
1617 tty_clear_pane_line(tty, ctx, ctx->ocy, 0, ctx->ocx + 1, ctx->bg); in tty_cmd_clearstartofline()
1777 tty_clear_pane_line(tty, ctx, py, px, nx, ctx->bg); in tty_cmd_clearendofscreen()
1801 tty_clear_pane_line(tty, ctx, py, px, nx, ctx->bg); in tty_cmd_clearstartofscreen()