public class Curses extends Object
Constructor and Description |
---|
Curses() |
Modifier and Type | Method and Description |
---|---|
static void |
tputs(Writer out,
String str,
Object... params)
Print the given terminal capabilities
|
public static void tputs(Writer out, String str, Object... params) throws IOException
out
- the output streamstr
- the capability to outputparams
- optional parametersIOException
- if an error occursCopyright © 2024. All rights reserved.