NoodleText
editorConfig Struct Reference
Collaboration diagram for editorConfig:

Data Fields

int cx
 cx, cy: current position of the cursor More...
 
int cy
 
int rowoff
 Offset related to the row of text. More...
 
int coloff
 Offset related to the column of text. More...
 
int screenrows
 
int screencols
 
int numrows
 
erowrow
 
struct termios orig_termios
 Placeholder for the terminal's default settings. More...
 

Field Documentation

◆ coloff

int editorConfig::coloff

Offset related to the column of text.

◆ cx

int editorConfig::cx

cx, cy: current position of the cursor

◆ cy

int editorConfig::cy

◆ numrows

int editorConfig::numrows

◆ orig_termios

struct termios editorConfig::orig_termios

Placeholder for the terminal's default settings.

◆ row

erow* editorConfig::row

◆ rowoff

int editorConfig::rowoff

Offset related to the row of text.

◆ screencols

int editorConfig::screencols

◆ screenrows

int editorConfig::screenrows

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