git://git.nikiroo.be
/
fanfix-jexer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
027de5a
)
oops
author
Kevin Lamonte
<kevin.lamonte@gmail.com>
Thu, 8 Aug 2019 22:07:50 +0000
(17:07 -0500)
committer
Kevin Lamonte
<kevin.lamonte@gmail.com>
Thu, 8 Aug 2019 22:07:50 +0000
(17:07 -0500)
src/jexer/bits/Cell.java
patch
|
blob
|
blame
|
history
diff --git
a/src/jexer/bits/Cell.java
b/src/jexer/bits/Cell.java
index c949c3e36c147efb830f019f988225df966974cf..ff10dae5a99732602359c929763873b74a5fed1a 100644
(file)
--- 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.
*