ECMA48Screen compiles
[nikiroo-utils.git] / src / jexer / io / ECMA48Terminal.java
index f6ae12fdf30916c047d021e7f27d642d4ebc7817..8d3c0fe6d7901e3bab34d221fd06266802f164bd 100644 (file)
@@ -159,6 +159,15 @@ public class ECMA48Terminal {
      */
     private boolean brokenTerminalUTFMouse = false;
 
+    /**
+     * Get the output writer.
+     *
+     * @return the Writer
+     */
+    public PrintWriter getOutput() {
+       return output;
+    }
+
     /**
      * Call 'stty cooked' to set cooked mode.
      */