ww_tty
EXTERN struct ww_tty wwoldtty; /* the old (saved) terminal settings */
EXTERN struct ww_tty wwnewtty; /* the new (current) terminal settings */
EXTERN struct ww_tty wwwintty; /* the terminal settings for windows */
int wwgettty(int, struct ww_tty *);
int wwsettty(int, struct ww_tty *);
wwgettty(int d, struct ww_tty *t)
wwsettty(int d, struct ww_tty *t)