public class Status extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
columns |
protected boolean |
force |
protected List<AttributedString> |
linesToRestore |
protected List<AttributedString> |
oldLines |
protected int |
rows |
protected boolean |
supported |
protected boolean |
suspended |
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 |
hardReset() |
void |
redraw() |
void |
reset() |
void |
resize() |
void |
restore() |
int |
size() |
void |
suspend() |
void |
update(List<AttributedString> lines) |
protected final AbstractTerminal terminal
protected final boolean supported
protected List<AttributedString> oldLines
protected List<AttributedString> linesToRestore
protected int rows
protected int columns
protected boolean force
protected boolean suspended
public Status(AbstractTerminal terminal)
public void resize()
public void reset()
public void hardReset()
public void redraw()
public void update(List<AttributedString> lines)
public void suspend()
public void restore()
public int size()
Copyright © 2020. All rights reserved.