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
NCCSbound croak withBad getcc subscript.
הבדלים מן ה-upstream#
Fully compatible with upstream POSIX.