Update on screen flush
authorKevin Lamonte <kevin.lamonte@gmail.com>
Tue, 22 Aug 2017 22:29:44 +0000 (18:29 -0400)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Tue, 22 Aug 2017 22:29:44 +0000 (18:29 -0400)
src/jexer/backend/TWindowBackend.java

index c3ed393dfcdb5d7c5688e6ff18dd05bddedc2267..7652d3f2300811f5e349916bc214f987714259f3 100644 (file)
@@ -219,7 +219,7 @@ public class TWindowBackend extends TWindow implements Backend {
      * screen to the physical device.
      */
     public void flushScreen() {
-        // NOP
+        getApplication().doRepaint();
     }
 
     /**