termios_getattr#

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

Σύνοψη#

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

Τι επιστρέφεται#

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

Διαφορές από το upstream#

Fully compatible with upstream POSIX.