Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
The tcgetattr() and tcsetattr() functions retrieve and modify the attributes of a terminal.
#include <termios.h> int tcgetattr(int fd, struct termios *termios_p); int tcsetattr(int fd, int optional_actions, const struct termios *termios_p);