home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / progmisc / tde221.zip / CFGHELP.H < prev    next >
C/C++ Source or Header  |  1993-04-01  |  832b  |  21 lines

  1. /*
  2.  * New editor name:  tde, the Thomson-Davis Editor.
  3.  * Author:           Frank Davis
  4.  * Date:             June 5, 1991
  5.  *
  6.  * Show all available keys the function connected to each key.
  7.  */
  8.  
  9. struct screen help_screen[] = {
  10.  {1,0,"This utility reads the new help screen from a file.  The file must" },
  11.  {2,0,"exist before running this utility.  The file should contain an image" },
  12.  {3,0,"of the new help screen, which is 80 columns wide and 25 lines long." },
  13.  {4,0,"A sample help file, sample.hlp, was included with this editor." },
  14.  {5,0,"You may modify the sample help file to display your new key definitions"},
  15.  {6,0,"or you may create your own help file.  The file name will be prompted." },
  16. {10,20,"1. Install a new help screen."},
  17. {12,20,"2. Exit"},
  18. {14,15,"Please enter your choice: "},
  19. {0,0,NULL}
  20. };
  21.