#5 rgbColors fix
[fanfix.git] / src / jexer / bits / Cell.java
index fd347be9ef97ba3e64c5cb70936ce259bfe5f6e1..eaaab6b7695c5a17b16d775545e0264df8a5df8c 100644 (file)
@@ -178,7 +178,7 @@ public final class Cell extends CellAttributes {
      */
     @Override
     public String toString() {
-        return String.format("fore: %d back: %d bold: %s blink: %s ch %c",
+        return String.format("fore: %s back: %s bold: %s blink: %s ch %c",
             getForeColor(), getBackColor(), isBold(), isBlink(), ch);
     }
 }