⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 video.h

📁 国内的一个小型操作系统
💻 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 + -