|
ze
|
#include <ze.h>

Public Attributes | |
| int | cx |
| int | cy |
| int | rx |
| int | rowoff |
| int | coloff |
| int | screenrows |
| int | screencols |
| int | numrows |
| erow * | row |
| int | dirty |
| char * | filename |
| char | statusmsg [150] |
| time_t | statusmsg_time |
| struct editorSyntax * | syntax |
| struct termios | orig_termios |
Global editor state (cursor position, screen size, buffer, etc.).
| int editorConfig::coloff |
| int editorConfig::cx |
| int editorConfig::cy |
| int editorConfig::dirty |
| char* editorConfig::filename |
| int editorConfig::numrows |
| struct termios editorConfig::orig_termios |
| erow* editorConfig::row |
| int editorConfig::rowoff |
| int editorConfig::rx |
| int editorConfig::screencols |
| int editorConfig::screenrows |
| char editorConfig::statusmsg[150] |
| time_t editorConfig::statusmsg_time |
| struct editorSyntax* editorConfig::syntax |