Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dscreen-write.c1124 tty_write(tty_cmd_clearcharacter, &ttyctx); in screen_write_clearcharacter()
1729 tty_write(tty_cmd_clearcharacter, &ttyctx); in screen_write_collect_flush()
H A Dtmux.h2466 void tty_cmd_clearcharacter(struct tty *, const struct tty_ctx *);
H A Dtty.c1733 tty_cmd_clearcharacter(struct tty *tty, const struct tty_ctx *ctx) in tty_cmd_clearcharacter() function