stubs for TFileOpenBox, cleanup putStringXY
[fanfix.git] / src / jexer / TPasswordField.java
index 5cb9732e6f1e4945257a3b0837d92c90d70e8c63..d68a21c45bbac5a4804aca46fea7d217d2f24946 100644 (file)
@@ -114,7 +114,7 @@ public final class TPasswordField extends TField {
             getScreen().hLineXY(0, 0, getWidth() - 2, '*',
                 fieldColor);
         } else {
-            getScreen().putStrXY(0, 0, text.substring(windowStart, end),
+            getScreen().putStringXY(0, 0, text.substring(windowStart, end),
                 fieldColor);
         }