changeset 319:b9127815c9aa

Oops, updateMain was set to TRUE by default, causing excessive window refreshing. Fixed.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Jun 2011 06:41:37 +0300
parents 4acfcca39105
children 42ddc8bda6a9
files nnchat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Sat Jun 11 06:34:06 2011 +0300
+++ b/nnchat.c	Sat Jun 11 06:41:37 2011 +0300
@@ -1499,7 +1499,7 @@
         /* Handle user input */
         if (cursesInit) {
             int c, cnt = 0;
-            BOOL update = FALSE, updateMain = TRUE;
+            BOOL update = FALSE, updateMain = FALSE;
             
             /* Handle several buffered keypresses at once */
             do {