FabGL
ESP32 VGA Controller and Graphics Library
fabgl::TerminalCursorState Struct Reference

#include <terminal.h>

Public Attributes

TerminalCursorStatenext
 
int16_t cursorX
 
int16_t cursorY
 
uint8_t * tabStop
 
bool cursorPastLastCol
 
bool originMode
 
GlyphOptions glyphOptions
 
uint8_t characterSetIndex
 
uint8_t characterSet [4]
 

Member Data Documentation

◆ characterSet

uint8_t fabgl::TerminalCursorState::characterSet[4]

◆ characterSetIndex

uint8_t fabgl::TerminalCursorState::characterSetIndex

◆ cursorPastLastCol

bool fabgl::TerminalCursorState::cursorPastLastCol

◆ cursorX

int16_t fabgl::TerminalCursorState::cursorX

◆ cursorY

int16_t fabgl::TerminalCursorState::cursorY

◆ glyphOptions

GlyphOptions fabgl::TerminalCursorState::glyphOptions

◆ next

TerminalCursorState* fabgl::TerminalCursorState::next

◆ originMode

bool fabgl::TerminalCursorState::originMode

◆ tabStop

uint8_t* fabgl::TerminalCursorState::tabStop

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