Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Dtty.c65 static void tty_emulate_repeat(struct tty *, enum tty_code_code,
866 tty_emulate_repeat(struct tty *tty, enum tty_code_code code, in tty_emulate_repeat() function
1706 tty_emulate_repeat(tty, TTYC_ICH, TTYC_ICH1, ctx->num); in tty_cmd_insertcharacter()
1729 tty_emulate_repeat(tty, TTYC_DCH, TTYC_DCH1, ctx->num); in tty_cmd_deletecharacter()
1765 tty_emulate_repeat(tty, TTYC_IL, TTYC_IL1, ctx->num); in tty_cmd_insertline()
1793 tty_emulate_repeat(tty, TTYC_DL, TTYC_DL1, ctx->num); in tty_cmd_deleteline()