|
NoodleText
|
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 |
| erow * | row |
| struct termios | orig_termios |
| Placeholder for the terminal's default settings. More... | |
| int editorConfig::coloff |
Offset related to the column of text.
| int editorConfig::cx |
cx, cy: current position of the cursor
| int editorConfig::cy |
| int editorConfig::numrows |
| struct termios editorConfig::orig_termios |
Placeholder for the terminal's default settings.
| erow* editorConfig::row |
| int editorConfig::rowoff |
Offset related to the row of text.
| int editorConfig::screencols |
| int editorConfig::screenrows |