misc fixes
[fanfix.git] / src / jexer / backend / TWindowBackend.java
index 20b9d7d63e2dd3b33c91029d38a4be77353dcf79..0a042336dcda9bdecc092814d75e0454f1ac42c7 100644 (file)
@@ -427,6 +427,13 @@ public class TWindowBackend extends TWindow implements Backend {
         this.listener = listener;
     }
 
+    /**
+     * Reload backend options from System properties.
+     */
+    public void reloadOptions() {
+        // NOP
+    }
+
     // ------------------------------------------------------------------------
     // TWindowBackend ---------------------------------------------------------
     // ------------------------------------------------------------------------