video.h

来自「国内的一个小型操作系统」· C头文件 代码 · 共 14 行

H
14
字号
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 + =
减小字号Ctrl + -
显示快捷键?