stubs for TTableWidget
[fanfix.git] / src / jexer / TPasswordField.java
index ea88dfa45f96761e868fa65236895fb8f22dde98..1b78fc8b8db65256bf18b555004c078333da1b98 100644 (file)
@@ -115,7 +115,7 @@ public class TPasswordField extends TField {
             end = text.length();
         }
 
-        hLineXY(0, 0, getWidth(), GraphicsChars.HATCH, fieldColor);
+        hLineXY(0, 0, getWidth(), backgroundChar, fieldColor);
         if (showStars) {
             hLineXY(0, 0, getWidth() - 2, '*', fieldColor);
         } else {