public final class Curses extends Object
| 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 © 2020. All rights reserved.