TermiosStdc extension

POSIX Terminal I/O control

on

Methods

tcgetattr(int fd, termios termios_p) int

Available on Stdc, provided by the TermiosStdc extension

Get the parameters associated with the terminal.
tcsetattr(int fd, int optional_actions, termios termios_p) int

Available on Stdc, provided by the TermiosStdc extension

Set the parameters associated with the terminal.