Fix excess redraws
[fanfix.git] / src / jexer / io / ECMA48Terminal.java
index 064c4ec99f98b7d85963adc1429316751bcb4601..b608a69f832862c76719201d02d5b33758b9ea5d 100644 (file)
@@ -1445,8 +1445,8 @@ public class ECMA48Terminal implements Runnable {
                         }
                     }
                 } else {
-                    // Wait 5 millis for more data
-                    Thread.sleep(5);
+                    // Wait 10 millis for more data
+                    Thread.sleep(10);
                 }
                 // System.err.println("end while loop"); System.err.flush();
             } catch (InterruptedException e) {