📄 video.h
字号:
void update_cursor(int row, int col); //set cursor to x,y
unsigned short get_cursor(); //get cursor offset
void move_cursor(int i); //move cursor forward
void clr(); // clear the entire text screen
unsigned int hprintf(char *message, unsigned int line);//should input line
/* =================================================================== */
unsigned int panic(char *message); // just a modified version of hprintf
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -