Class Curses

java.lang.Object
org.aesh.terminal.utils.Curses

public final class Curses extends Object
Curses helper methods.
Author:
Guillaume Nodet
  • Method Details

    • tputs

      public static void tputs(Writer out, String str, Object... params) throws IOException
      Print the given terminal capabilities
      Parameters:
      out - the output stream
      str - the capability to output
      params - optional parameters
      Throws:
      IOException - if an error occurs