Many changes:
[fanfix.git] / src / jexer / bits / Cell.java
index 56633e779b245a0b2ba90df3e34d7d51414af851..f7b71a5f43a2b4cd8c1c1f8cc44bb54e5bae0948 100644 (file)
@@ -114,6 +114,7 @@ public final class Cell extends CellAttributes {
             && !isReverse()
             && !isUnderline()
             && !isProtect()
+            && !isRGB()
             && (ch == ' ')
         ) {
             return true;