Class Curses

java.lang.Object
jline.internal.Curses

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

    • Curses

      public Curses()
  • 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