termios_getcc#

Value of a special control character in the termios structure.

Synopsis#

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

Edge cases#

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

Differences from upstream#

Fully compatible with upstream POSIX.