texc
|
编辑器配置结构体,保存了编辑器的信息。 更多...
Public 属性 | |
int | screen_rows |
int | screen_cols |
int | cursor_x |
int | cursor_y |
int | render_x |
int | render_y |
int | num_rows |
int | row_off |
int | clo_off |
int | dirty |
erow_t * | row |
char * | filename |
char | status_msg [80] |
time_t | status_msg_time |
esyn_t * | syntax |
struct termios | orig_termios |
编辑器配置结构体,保存了编辑器的信息。
int editor_config::clo_off |
编辑器列偏移量
int editor_config::cursor_x |
光标 x 轴坐标
int editor_config::cursor_y |
光标 y 轴坐标
int editor_config::dirty |
脏读标志
char* editor_config::filename |
文件名
int editor_config::num_rows |
编辑器总行数
struct termios editor_config::orig_termios |
系统终端属性
int editor_config::render_x |
渲染 x 轴坐标
int editor_config::render_y |
渲染 y 轴坐标
erow_t* editor_config::row |
编辑器行
int editor_config::row_off |
编辑器行偏移量
int editor_config::screen_cols |
屏幕列数
int editor_config::screen_rows |
屏幕行数
char editor_config::status_msg[80] |
状态栏信息
time_t editor_config::status_msg_time |
状态栏信息:时间
esyn_t* editor_config::syntax |
语法突出信息