Home
last modified time | relevance | path

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

/minix/external/bsd/tmux/dist/
H A Dtty.c376 tty_putcode2(struct tty *tty, enum tty_code_code code, int a, int b) in tty_putcode2() function
1173 tty_putcode2(tty, TTYC_CSR, tty->rupper, tty->rlower); in tty_region()
1304 tty_putcode2(tty, TTYC_CUP, cy, cx); in tty_cursor()
H A Dtmux.h1635 void tty_putcode2(struct tty *, enum tty_code_code, int, int);