* environ.cc (tty_is_gone): Wrap warning at 80 characters.
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
| @@ -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; | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user