Many changes:
[fanfix.git] / src / jexer / TEditorWidget.java
index 3d8d57e16569c4d89dbcc8ae3867cb7e00f6a1ff..5ab7a239f76721fac9b2bd91ac3125a743dc4154 100644 (file)
@@ -43,7 +43,7 @@ import static jexer.TKeypress.*;
  * TEditorWidget displays an editable text document.  It is unaware of
  * scrolling behavior, but can respond to mouse and keyboard events.
  */
-public final class TEditorWidget extends TWidget {
+public class TEditorWidget extends TWidget {
 
     /**
      * The number of lines to scroll on mouse wheel up/down.