stubs for TFileOpenBox, cleanup putStringXY
[nikiroo-utils.git] / src / jexer / TField.java
index 07a457bcf7eb7beb4e05af9e71f8f782a6cc2227..8055a3893563c7c248e10294de546820c6b4b9a3 100644 (file)
@@ -201,7 +201,7 @@ public class TField extends TWidget {
             end = text.length();
         }
         getScreen().hLineXY(0, 0, getWidth(), GraphicsChars.HATCH, fieldColor);
-        getScreen().putStrXY(0, 0, text.substring(windowStart, end),
+        getScreen().putStringXY(0, 0, text.substring(windowStart, end),
             fieldColor);
 
         // Fix the cursor, it will be rendered by TApplication.drawAll().