Home | History | Annotate | Download | only in Scripts

Lines Matching full:tty

1128         # Setting the environment variable 'CYGWIN' to 'tty' makes cygwin enable extra support (i.e., termios)
1130 $variablesToSet{CYGWIN} = "tty" unless $ENV{CYGWIN};