Home
last modified time | relevance | path

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

/dports/textproc/fzy/fzy-1.0/src/
H A Dtty_interface.c21 tty_setcol(tty, 0); in clear()
89 tty_setcol(tty, 0); in draw()
104 tty_setcol(tty, 0); in draw()
H A Dtty.h51 void tty_setcol(tty_t *tty, int col);
H A Dtty.c172 void tty_setcol(tty_t *tty, int col) { in tty_setcol() function