From: Kevin Lamonte Date: Thu, 8 Aug 2019 22:07:50 +0000 (-0500) Subject: oops X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=0c28ec38449a59cf34cf5b3c13ea02add1ee57c5;p=fanfix.git oops --- diff --git a/src/jexer/bits/Cell.java b/src/jexer/bits/Cell.java index c949c3e..ff10dae 100644 --- a/src/jexer/bits/Cell.java +++ b/src/jexer/bits/Cell.java @@ -133,6 +133,15 @@ public final class Cell extends CellAttributes { this.ch = ch; } + /** + * Public constructor sets the attributes. + * + * @param attr attributes to use + */ + public Cell(final CellAttributes attr) { + super(attr); + } + /** * Public constructor sets the character and attributes. *