Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYCurses.c1692 static TTY saved_tty; in lynx_nl2crlf() local
1701 saved_tty = cur_term->Nttyb; in lynx_nl2crlf()
1720 cur_term->Nttyb = saved_tty; in lynx_nl2crlf()
1721 SET_TTY(fileno(stdout), &saved_tty); in lynx_nl2crlf()