Many changes:
[nikiroo-utils.git] / src / jexer / tterminal / DisplayLine.java
index 8eff2de1b641fbb61ee4aea910e52459ae8b29d9..66036d7409ec935f2659aeab03cca81205428dc9 100644 (file)
@@ -34,7 +34,7 @@ import jexer.bits.CellAttributes;
 /**
  * This represents a single line of the display buffer.
  */
-public final class DisplayLine {
+public class DisplayLine {
 
     // ------------------------------------------------------------------------
     // Constants --------------------------------------------------------------