X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fbits%2FCell.java;h=f7b71a5f43a2b4cd8c1c1f8cc44bb54e5bae0948;hb=051e29138b18fb4b731a72f8727475b10e4c74e4;hp=56633e779b245a0b2ba90df3e34d7d51414af851;hpb=43ad7b6c509c45c8f261e77ea059c10fed8c9f1c;p=fanfix.git diff --git a/src/jexer/bits/Cell.java b/src/jexer/bits/Cell.java index 56633e7..f7b71a5 100644 --- a/src/jexer/bits/Cell.java +++ b/src/jexer/bits/Cell.java @@ -114,6 +114,7 @@ public final class Cell extends CellAttributes { && !isReverse() && !isUnderline() && !isProtect() + && !isRGB() && (ch == ' ') ) { return true;