CFMAKERAW(3C) | Standard C Library Functions | CFMAKERAW(3C) |
cfmakeraw
—
#include <termios.h>
void
cfmakeraw
(struct termios
*termios_p);
cfmakeraw
() function sets the flags in
termios_p to disable all input and output processing.
There is no effect on the terminal until a subsequent successful call to tcsetattr(3C) on the same termios structure.
Async-Signal-Safe
January 21, 2019 | illumos |