Update on screen flush
[nikiroo-utils.git] / 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();
     }
 
     /**