X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fbits%2FCell.java;fp=src%2Fjexer%2Fbits%2FCell.java;h=ff10dae5a99732602359c929763873b74a5fed1a;hb=0c28ec38449a59cf34cf5b3c13ea02add1ee57c5;hp=c949c3e36c147efb830f019f988225df966974cf;hpb=027de5ae322ef58d3bc74051d3aa20847455361a;p=fanfix.git 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. *