public class TerminalSize extends Object
| Constructor and Description |
|---|
TerminalSize(int rows,
int cols) |
| Modifier and Type | Method and Description |
|---|---|
static TerminalSize |
get()
Deprecated.
|
static boolean |
isInteractive()
Deprecated.
Use
STTY.isInteractive(). |
String |
toString() |
@Deprecated public static TerminalSize get()
STTY.getTerminalSize().UncheckedIOException - If getting the terminal size failed.@Deprecated public static boolean isInteractive()
STTY.isInteractive().Copyright © 2016. All rights reserved.