public class Status extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
columns |
protected boolean |
force |
protected List<AttributedString> |
oldLines |
protected int |
rows |
protected boolean |
supported |
protected AbstractTerminal |
terminal |
| Constructor and Description |
|---|
Status(AbstractTerminal terminal) |
| Modifier and Type | Method and Description |
|---|---|
static Status |
getStatus(Terminal terminal) |
static Status |
getStatus(Terminal terminal,
boolean create) |
void |
redraw() |
void |
reset() |
void |
resize() |
void |
update(List<AttributedString> lines) |
protected final AbstractTerminal terminal
protected final boolean supported
protected List<AttributedString> oldLines
protected int rows
protected int columns
protected boolean force
public Status(AbstractTerminal terminal)
Copyright © 2020. All rights reserved.