📄 screen_buffer.h
字号:
/* --*- C -*-- * * By Jani Averbach, Jaa@iki.fi, 2001 * * Released under version 2 of the Gnu Public License. * * $Author: jaa $ * $Revision: 1.6 $ * $Date: 2001/03/29 09:00:30 $ * $Source: /home/raid/cvs/memtest86/screen_buffer.h,v $ (for CVS) * */#ifndef SCREEN_BUFFER_H_1D10F83B_INCLUDED#define SCREEN_BUFFER_H_1D10F83B_INCLUDED#include "config.h"char get_scrn_buf(const int y, const int x);void set_scrn_buf(const int y, const int x, const char val);void clear_screen_buf(void);void tty_print_region(const int pi_top,const int pi_left, const int pi_bottom,const int pi_right);void tty_print_line(int y, int x, const char *text);void tty_print_screen(void);void print_error(char *pstr);#endif /* SCREEN_BUFFER_H_1D10F83B_INCLUDED */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -