cfghelp.h
来自「《c语言高级实例解析》光盘所附源代码」· C头文件 代码 · 共 15 行
H
15 行
struct screen help_screen[] = {
{1,0,"This utility reads the new help screen from a file. The file must" },
{2,0,"exist before running this utility. The file should contain an image" },
{3,0,"of the new help screen, which is 80 columns wide and 25 lines long." },
{4,0,"A sample help file, sample.hlp, was included with this editor." },
{5,0,"You may modify the sample help file to display your new key definitions"},
{6,0,"or you may create your own help file. The file name will be prompted." },
{10,20,"1. Install a new help screen."},
{12,20,"2. Exit"},
{14,15,"Please enter your choice: "},
{0,0,NULL}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?