changeset 584:6d23385c0643

Prevent spurious screen updates.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 07 Jul 2013 02:08:09 +0300
parents 878f73aad126
children 199fd3371035
files main.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Sat Jan 05 18:33:40 2013 +0200
+++ b/main.c	Sun Jul 07 02:08:09 2013 +0300
@@ -2088,6 +2088,7 @@
     while (!editState.isError && !appQuitFlag)
     {
         int retries = 3, cres;
+        editState.update = FALSE;
 
 packet_retry:
         cres = nn_conn_pull(conn);