📄 fbutils.h
字号:
/* * fbutils.h * * Headers for utility routines for framebuffer interaction * * Copyright 2002 Russell King and Doug Lowder * * This file is placed under the GPL. Please see the * file COPYING for details. * */extern int xres, yres;int open_framebuffer(void);void close_framebuffer(void);void put_cross(int x, int y, int c);void put_string(int x, int y, char *s, int color);void setcolors(int bgcolor, int fgcolor);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -