#18 move to event-driven main loop
[nikiroo-utils.git] / src / jexer / backend / SwingBackend.java
index 281670d1d1bcde2e1eb174cbb515a319d89df481..a98627ec3f860d79df7bd71c55be2fab50b63f29 100644 (file)
@@ -136,4 +136,15 @@ public final class SwingBackend extends GenericBackend {
         ((SwingTerminal) terminal).setFont(font);
     }
 
+    /**
+     * Get the number of millis to wait before switching the blink from
+     * visible to invisible.
+     *
+     * @return the number of milli to wait before switching the blink from
+     * visible to invisible
+     */
+    public long getBlinkMillis() {
+        return ((SwingTerminal) terminal).getBlinkMillis();
+    }
+
 }