cfghelp.h

来自「包含对应于实例1~实例190的程序源代码xxx.c和可执行文件xxx.exe」· C头文件 代码 · 共 21 行

H
21
字号
/*
 * New editor name:  tde, the Thomson-Davis Editor.
 * Author:           Frank Davis
 * Date:             June 5, 1991
 *
 * Show all available keys the function connected to each key.
 */

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 + -
显示快捷键?