#35 Blinking double-width text for tterminal
[fanfix.git] / src / jexer / backend / SwingTerminal.java
index 314e6f5a89e6854dc354e0cd70afac6531cbafc6..a11c04edab2cd777411e5e8c183a143c5dce09d0 100644 (file)
@@ -715,6 +715,15 @@ public class SwingTerminal extends LogicalScreen
         return blinkMillis;
     }
 
+    /**
+     * Get the current status of the blink flag.
+     *
+     * @return true if the cursor and blinking text should be visible
+     */
+    public boolean getCursorBlinkVisible() {
+        return cursorBlinkVisible;
+    }
+
     /**
      * Get the font size in points.
      *