Many changes:
[fanfix.git] / src / jexer / backend / ECMA48Backend.java
index b99c12014edc85506b6a867534159387bbab4bca..7aad3a5acbebed52b70a272a24ee79c41333341b 100644 (file)
@@ -38,7 +38,7 @@ import java.io.UnsupportedEncodingException;
  * This class uses an xterm/ANSI X3.64/ECMA-48 type terminal to provide a
  * screen, keyboard, and mouse to TApplication.
  */
-public final class ECMA48Backend extends GenericBackend {
+public class ECMA48Backend extends GenericBackend {
 
     // ------------------------------------------------------------------------
     // Constructors -----------------------------------------------------------