termios_getcc#

Value of a special control character in the termios structure.

Σύνοψη#

use POSIX qw(VINTR VEOF);
my $intr = $t->getcc(VINTR);   # Ctrl-C byte

Οριακές περιπτώσεις#

  • Indices beyond the NCCS bound croak with Bad getcc subscript.

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

Fully compatible with upstream POSIX.