📄 cur.h
字号:
/*@A (C) 1992 Allen I. Holub */
#ifndef __CUR_H
#define __CUR_H
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
#include <curses.h> /* routines in the library. */
#include <stdarg.h> /* va_list and va_start (ANSI) */
#include <tools/debug.h>
#include <tools/termlib.h>
#include <tools/box.h> /* of IBM box-drawing characters */
#include "proto.h" /* function prototypes for curses functions */
/* (distributed on disk but not printed here */
#endif /* __CUR_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -