texc
载入中...
搜索中...
未找到
editor_config结构体 参考

编辑器配置结构体,保存了编辑器的信息。 更多...

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_trow
 
char * filename
 
char status_msg [80]
 
time_t status_msg_time
 
esyn_tsyntax
 
struct termios orig_termios
 

详细描述

编辑器配置结构体,保存了编辑器的信息。

类成员变量说明

◆ clo_off

int editor_config::clo_off

编辑器列偏移量

◆ cursor_x

int editor_config::cursor_x

光标 x 轴坐标

◆ cursor_y

int editor_config::cursor_y

光标 y 轴坐标

◆ dirty

int editor_config::dirty

脏读标志

◆ filename

char* editor_config::filename

文件名

◆ num_rows

int editor_config::num_rows

编辑器总行数

◆ orig_termios

struct termios editor_config::orig_termios

系统终端属性

◆ render_x

int editor_config::render_x

渲染 x 轴坐标

◆ render_y

int editor_config::render_y

渲染 y 轴坐标

◆ row

erow_t* editor_config::row

编辑器行

◆ row_off

int editor_config::row_off

编辑器行偏移量

◆ screen_cols

int editor_config::screen_cols

屏幕列数

◆ screen_rows

int editor_config::screen_rows

屏幕行数

◆ status_msg

char editor_config::status_msg[80]

状态栏信息

◆ status_msg_time

time_t editor_config::status_msg_time

状态栏信息:时间

◆ syntax

esyn_t* editor_config::syntax

语法突出信息


该结构体的文档由以下文件生成: