* environ.cc (tty_is_gone): Wrap warning at 80 characters.

This commit is contained in:
Christopher Faylor 2011-07-04 18:14:31 +00:00
parent fc3e7da6b0
commit 3dce4ce653
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-07-04 Christopher Faylor <me.cygwin2011@cgf.cx>
* environ.cc (tty_is_gone): Wrap warning at 80 characters.
2011-07-04 Corinna Vinschen <corinna@vinschen.de>
Throughout, open console handles with sharing for reading and writing.

View File

@ -87,8 +87,8 @@ tty_is_gone (const char *buf)
{
small_printf ("\"tty\" option detected in CYGWIN environment variable.\n"
"CYGWIN=tty is no longer supported. Please remove it from your\n"
"CYGWIN environment variable and use a terminal emulator like mintty, "
"xterm, or rxvt\n");
"CYGWIN environment variable and use a terminal emulator like mintty,\n"
"xterm, or rxvt.\n");
user_shared->warned_notty = 1;
}
}