[quake3-commits] r2278 - trunk/code/sys

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Jun 19 10:47:30 EDT 2012


Author: ztm
Date: 2012-06-19 10:47:30 -0400 (Tue, 19 Jun 2012)
New Revision: 2278

Modified:
   trunk/code/sys/con_tty.c
Log:
Removed 0xAD character, from /dev/humancontroller.

Modified: trunk/code/sys/con_tty.c
===================================================================
--- trunk/code/sys/con_tty.c	2012-06-19 14:20:42 UTC (rev 2277)
+++ trunk/code/sys/con_tty.c	2012-06-19 14:47:30 UTC (rev 2278)
@@ -322,8 +322,7 @@
 	characters  EOF,  EOL,  EOL2, ERASE, KILL, REPRINT,
 	STATUS, and WERASE, and buffers by lines.
 	ISIG: when any of the characters  INTR,  QUIT,  SUSP,  or
-	DSUSP are received, generate the corresponding sig­
-	nal
+	DSUSP are received, generate the corresponding signal
 	*/
 	tc.c_lflag &= ~(ECHO | ICANON);
 



More information about the quake3-commits mailing list