Choco OS  V.0.16.9.0
Join to the chocolate world
oC_Terminal_CursorPos_t Struct Reference

#include <oc_terminal.h>

Data Fields

int16_t Column
 
int16_t Row
 

Detailed Description

The structure to storing position of the cursor.

Definition at line 65 of file oc_terminal.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: