stubs for TFileOpenBox, cleanup putStringXY
[fanfix.git] / src / jexer / TText.java
index 64e96bbe602e00a455ea0f35be986240d9fe82b1..2516a0a6e44f72ecfe96f0e7298ddbf05eba2023 100644 (file)
@@ -294,7 +294,7 @@ public final class TText extends TWidget {
                 line = "";
             }
             String formatString = "%-" + Integer.toString(getWidth() - 1) + "s";
-            getScreen().putStrXY(0, topY, String.format(formatString, line),
+            getScreen().putStringXY(0, topY, String.format(formatString, line),
                     color);
             topY++;