The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IO::Tty::Constant - Terminal Constants (autogenerated)

SYNOPSIS

 use IO::Tty::Constant qw(TIOCNOTTY);
 ...

DESCRIPTION

This package defines constants usually found in <termio.h> or <termios.h> (and their #include hierarchy). Find below an autogenerated alphabetic list of all known constants and whether they are defined on your system (prefixed with '+') and have compilation problems ('o'). Undefined or problematic constants are set to 'undef'.

DEFINED CONSTANTS

    _EOT_

    foreach my $s (@ttsyms) { if (exists $badsyms{$s}) { print POD "=item *\n\n"; } elsif (exists $ttsyms_exist{$s}) { print POD "=item +\n\n"; } else { print POD "=item -\n\n"; } print POD "$s\n\n"; }

    print POD <<_EOT_;

FOR MORE INFO SEE

IO::Tty