int tcgetattr(int fd, struct termios *termios_p)
Read the settings of the terminal a descriptor refers to.
Definition: termios.c:5
int tcsetattr(int fd, int actions, const struct termios *termios_p)
Replace the settings of the terminal a descriptor refers to.
Definition: termios.c:10