ns_curses.h
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C头文件 代码 · 共 24 行
H
24 行
/* @(#)ns_curses.h 4.1 (ULTRIX) 7/2/90 *//* Defines and includes required for curses to work in a non- *//* standard environment. */#include "RecStruct.h"#include "VTio.h"#include "VTioctl.h"/* Make sure that curshdr.h is included before workst.h is *//* brought in so that screen can be defined properly. */#ifndef INFINITY#include "curshdr.h"#endif#include "workst.h"#define SP ((struct screen *)&(WS->w_screen))#define cur_term WS->w_cur_term#define outputspeed(x) B9600
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?