diff options
Diffstat (limited to 'src/LYMain.c')
-rw-r--r-- | src/LYMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYMain.c b/src/LYMain.c index d59787ed..0e8733a8 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -920,7 +920,7 @@ PUBLIC int main ARGS2( #endif /* _WINDOWS */ -#if defined(__CYGWIN__) +#if 0 /* defined(__CYGWIN__) - does not work with screen */ if (strcmp(ttyname(fileno(stdout)), "/dev/conout") != 0) { printf("please \"$CYGWIN=notty\"\n"); exit(EXIT_SUCCESS); |