|
koutil
|
Represents a cursor movement command. More...
#include <commands.h>
Public Types | |
| enum | Type : char { MOVE_UP = 'A' , MOVE_DOWN = 'B' , MOVE_LEFT = 'C' , MOVE_RIGHT = 'D' , MOVE_DOWN_BEGIN_LINE = 'E' , MOVE_UP_BEGIN_LINE = 'F' , MOVE_COLUMN = 'G' } |
| Enumerates different types of cursor movements. More... | |
Public Attributes | |
| unsigned short | move |
| Type | type |
Represents a cursor movement command.
| enum koutil::term::cursor_move::Type : char |
| unsigned short koutil::term::cursor_move::move |
| Type koutil::term::cursor_move::type |