oops
authorKevin Lamonte <kevin.lamonte@gmail.com>
Thu, 8 Aug 2019 22:07:50 +0000 (17:07 -0500)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Thu, 8 Aug 2019 22:07:50 +0000 (17:07 -0500)
src/jexer/bits/Cell.java

index c949c3e36c147efb830f019f988225df966974cf..ff10dae5a99732602359c929763873b74a5fed1a 100644 (file)
@@ -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.
      *