termios_getattr#

Fill the POSIX::Termios object with the current settings of $fd.

Synopsis#

$t->getattr(fileno(STDIN));

What you get back#

"0 but true" on success, undef on failure. $fd defaults to 0 (stdin).

Differences from upstream#

Fully compatible with upstream POSIX.