Kernel/VTerm - Disable debug
authorJohn Hodge <[email protected]>
Sat, 21 Dec 2013 07:37:33 +0000 (15:37 +0800)
committerJohn Hodge <[email protected]>
Sat, 21 Dec 2013 07:37:33 +0000 (15:37 +0800)
KernelLand/Kernel/drv/vterm_termbuf.c
KernelLand/Kernel/drv/vterm_vt100.c

index dfab4b5..99be277 100644 (file)
@@ -5,7 +5,7 @@
  * drv/vterm_termbuf.c
  * - Virtual Terminal - Terminal buffer manipulation
  */
-#define DEBUG  1
+#define DEBUG  0
 #include "vterm.h"
 
 extern int     Term_HandleVT100(tVTerm *Term, int Len, const char *Buf);
index 559115d..1f635a1 100644 (file)
@@ -5,7 +5,7 @@
  * drv/vterm_vt100.c
  * - Virtual Terminal - VT100 (Kinda) Emulation
  */
-#define DEBUG  1
+#define DEBUG  0
 #include "vterm.h"
 
 #define sTerminal      sVTerm

UCC git Repository :: git.ucc.asn.au