changeset 334:3c7676b2b367

#if'd out code for F8 = toggle debug mode key.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Jun 2011 03:42:36 +0300
parents 64946336548a
children 1f4def71b836
files nnchat.c
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Mon Jun 20 03:42:08 2011 +0300
+++ b/nnchat.c	Mon Jun 20 03:42:36 2011 +0300
@@ -1715,6 +1715,13 @@
                 setIgnoreMode = !setIgnoreMode;
                 printMsgQ(currWin, "Ignore mode = %s\n", setIgnoreMode ? "ON" : "OFF");
                 break;
+
+#if 0
+            case KEY_F(8): /* F8 = Debug */
+                optDebug = !optDebug;
+                update = TRUE;
+                break;
+#endif
             
             case 0x03: /* ^C = quit */
             case KEY_F(9): /* F9 = Quit */