cfgmacro.h
来自「C语言实战105例源码」· C头文件 代码 · 共 20 行
H
20 行
/*
* New editor name: tde, the Thomson-Davis Editor.
* Author: Frank Davis
* Date: June 5, 1991
*
*/
struct screen macro_screen[] = {
{1,0,"This utility reads an existing macro file. The file must exist" },
{2,0,"before running this utility. If you create a few favorite macros" },
{3,0,"in tde and save them to a file, you may use this utility to store" },
{4,0,"them in tde.exe, so that those macros will be available each time" },
{5,0,"you use tde."},
{10,20,"1. Install a macro file."},
{12,20,"2. Exit"},
{14,15,"Please enter your choice: "},
{0,0,NULL}
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?