stubs for AWTBackend
[nikiroo-utils.git] / src / jexer / io / ECMA48Screen.java
index 659d132a96190131f64c3e1926b4c0559bae4abf..aa71796c3a508d02fbaba7f04b8fd4cbce30b265 100644 (file)
@@ -34,9 +34,10 @@ import jexer.bits.Cell;
 import jexer.bits.CellAttributes;
 
 /**
- * This Screen class draws to an xterm/ANSI X3.64/ECMA-48 type terminal.
+ * This Screen implementation draws to an xterm/ANSI X3.64/ECMA-48 type
+ * terminal.
  */
-public class ECMA48Screen extends Screen {
+public final class ECMA48Screen extends Screen {
 
     /**
      * Emit debugging to stderr.
@@ -237,7 +238,7 @@ public class ECMA48Screen extends Screen {
      * @return escape sequences string that provides the updates to the
      * physical screen
      */
-    public String flushString() {
+    private String flushString() {
         if (!dirty) {
             assert (!reallyCleared);
             return "";