Choco OS
V.0.16.9.0
Join to the chocolate world
|
#include <oc_terminal.h>
Data Fields | |
int16_t | Column |
int16_t | Row |
The structure to storing position of the cursor.
Definition at line 65 of file oc_terminal.h.
int16_t Column |
Column of the cursor (number of a character)
Definition at line 67 of file oc_terminal.h.
int16_t Row |
Current row (number of a line)
Definition at line 68 of file oc_terminal.h.