home *** CD-ROM | disk | FTP | other *** search
- /*
- * New editor name: tde, the Thomson-Davis Editor.
- * Author: Frank Davis
- * Date: June 5, 1991
- *
- * This modification of Douglas Thomson's code is released into the
- * public domain, Frank Davis. You may distribute it freely.
- *
- * This is the info shown in the intro and pop-up help screen when F1 is pressed.
- */
-
- char *credit_screen[] = {
- "╒════════════════════════════════════════════════════╕",
- "│ │",
- "│ tde, the Thomson-Davis Editor │",
- "│ Version 1.2 │",
- "│ │",
- "│ This program is released into the public │",
- "│ domain. You may use and distribute it freely. │",
- "│ │",
- "╘════════════════════════════════════════════════════╛",
- NULL
- };
-
-
- char *help_screen[] = {
- "╒════════════════════╡ ^ = Control # = Shift @ = Alt ╞══════════════════╕",
- "│ Cursor Movement Block commands File commands │",
- "│Home/Home - beg line/column 1 @B - mark box block F2 - save │",
- "│ End - end of line @L - mark line block F3 - quit │",
- "│ #Enter - char 1 in next line @U - unmark block F4 - file │",
- "│ ^Enter - col 1 in next line @G - group delete block #F2 - save as │",
- "│ ^PGUP - top of file @M - move block #F4 - edit file │",
- "│ ^PGDN - bottom of file @C - copy block │",
- "│ ^Up - scroll up @K - kopy block Other commands │",
- "│ ^Down - scroll down @O - overlay box block ESC - undo line │",
- "│@Grey Up - fixed scroll up @P - print file/block @= - dup line │",
- "│@Grey Down- fixed scroll down @W - write block to file @- - delete to eol │",
- "│@Grey Left- page left @E - block expand tabs ^T - delete word │",
- "│@Grey Right-page right @F - fill box block ^Y - delete line │",
- "│ Center - cursor to center @D - delete line │",
- "│ ^Center - line to center Find/Replace commands @Y - undelete lines │",
- "│ ^F5 - toggle search case @A - add line │",
- "│ Window Commands #F5 - find forward @S - split line │",
- "│ F9 - split window #F6 - find backward @J - join line │",
- "│ #F9 - resize window F5 - repeat find forward @T - set tabs │",
- "│ ^F9 - zoom window F6 - repeat find backward ^] - paren balance │",
- "│ F10 - next window #F7 - replace forward Ins - toggle insert │",
- "│ #F10 - previous window #F8 - replace backward @I - toggle indent │",
- "│ ^F10 - next hidden window ^Del - toggle stream del│",
- "╘══════════════════════════════════════════════════════════════════════════════╛",
- NULL
- };