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
NCCSbound croak withBad getcc subscript.
Differences from upstream#
Fully compatible with upstream POSIX.