| Package | Description |
|---|---|
| net.morimekta.console.chr |
| Modifier and Type | Class and Description |
|---|---|
class |
Color
Unix terminal color helper.
|
| Modifier and Type | Field and Description |
|---|---|
static Control |
Control.CTRL_DOWN |
static Control |
Control.CTRL_LEFT |
static Control |
Control.CTRL_RIGHT |
static Control |
Control.CTRL_UP |
static Control |
Control.CURSOR_ERASE |
static Control |
Control.CURSOR_RESTORE |
static Control |
Control.CURSOR_SAVE |
static Control |
Control.DELETE |
static Control |
Control.DOWN |
static Control |
Control.DPAD_MID |
static Control |
Control.END |
static Control |
Control.F1 |
static Control |
Control.F2 |
static Control |
Control.F3 |
static Control |
Control.F4 |
static Control |
Control.F5 |
static Control |
Control.F6 |
static Control |
Control.F7 |
static Control |
Control.F8 |
static Control |
Control.F9 |
static Control |
Control.HOME |
static Control |
Control.INSERT |
static Control |
Control.LEFT |
static Control |
Control.PAGE_DOWN |
static Control |
Control.PAGE_UP |
static Control |
Control.RIGHT |
static Control |
Control.UP |
| Modifier and Type | Method and Description |
|---|---|
static Control |
Control.cursorDown(int num) |
static Control |
Control.cursorLeft(int num) |
static Control |
Control.cursorRight(int num) |
static Control |
Control.cursorSetPos(int line) |
static Control |
Control.cursorSetPos(int line,
int col) |
static Control |
Control.cursorUp(int num) |
Copyright © 2016. All rights reserved.