|
|
int | BELL = 1 |
| |
|
int | CARRIAGE_RETURN = 2 |
| |
|
int | HOME = 3 |
| |
|
int | CLEAR = 4 |
| |
|
int | SHOW_CURSOR = 5 |
| |
|
int | HIDE_CURSOR = 6 |
| |
|
int | ENABLE_ALT_SCREEN = 7 |
| |
|
int | DISABLE_ALT_SCREEN = 8 |
| |
|
int | CURSOR_UP = 9 |
| |
|
int | CURSOR_DOWN = 10 |
| |
|
int | CURSOR_FORWARD = 11 |
| |
|
int | CURSOR_BACKWARD = 12 |
| |
|
int | CURSOR_MOVE_TO_COLUMN = 13 |
| |
|
int | CURSOR_MOVE_TO = 14 |
| |
|
int | ERASE_IN_LINE = 15 |
| |
|
int | SET_WINDOW_TITLE = 16 |
| |
Non-printable control codes which typically translate to ANSI codes.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py