Package jline.internal
Class Curses
java.lang.Object
jline.internal.Curses
Curses helper methods.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sv
-
dv
-
IFTE_NONE
private static final int IFTE_NONE- See Also:
-
IFTE_IF
private static final int IFTE_IF- See Also:
-
IFTE_THEN
private static final int IFTE_THEN- See Also:
-
IFTE_ELSE
private static final int IFTE_ELSE- See Also:
-
-
Constructor Details
-
Curses
public Curses()
-
-
Method Details
-
tputs
Print the given terminal capabilities- Parameters:
out
- the output streamstr
- the capability to outputparams
- optional parameters- Throws:
IOException
- if an error occurs
-
toInteger
-