📄 terminal.h
字号:
#ifndef _TERMINAL_H#define _TERMINAL_Hextern bool out_isatty;void out_init(void);void outbufputc(void);void promptreturn(void);void out_send(char *string);void out_printf(char *fmt, char *s1, char *s2, char *s3, char *s4, char *s5, char *s6, char *s7, char *s8, char *s9, char *s10);void term_clear(void);void term_home(void);void term_cleol(void);void tcap_init(void);#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -