Package jline.internal
Class Curses
- java.lang.Object
-
- jline.internal.Curses
-
public class Curses extends java.lang.Object
Curses helper methods.- Author:
- Guillaume Nodet
-
-
Constructor Summary
Constructors Constructor Description Curses()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
tputs(java.io.Writer out, java.lang.String str, java.lang.Object... params)
Print the given terminal capabilities
-
-
-
Method Detail
-
tputs
public static void tputs(java.io.Writer out, java.lang.String str, java.lang.Object... params) throws java.io.IOException
Print the given terminal capabilities- Parameters:
out
- the output streamstr
- the capability to outputparams
- optional parameters- Throws:
java.io.IOException
- if an error occurs
-
-