Searched refs:tty_attr (Results 1 – 1 of 1) sorted by relevance
202 struct termios tty_attr; in main() local238 if (tcgetattr(STDOUT_FILENO, &tty_attr) < 0) { in main()249 child_pid = forkpty(&pty_master, NULL, &tty_attr, &window_size); in main()