/* * 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 info is displayed in the intro screen and the pop-up help screen * when F1 is pressed. */ char *credit_screen[] = { "ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿", "³ ³", "³ tde, the Thomson-Davis Editor ³", "³ Version 2.0 ³", "³ June 5, 1992 ³", "³ ³", "³ This program is released into the public ³", "³ domain. You may use and distribute it freely. ³", "³ ³", "ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ", NULL }; char *help_screen[] = { "ÄÄÄÄÄ Word Processing ÄÄÄÄÄÄÄÂÄÄÄÄÄ Block commands ÄÄÄÄÄÂÄÄÄÄ File commands ÄÄÄÄ", " ^F6 - set left margin ³ @B - mark box block ³@F1 - dir list ", " ^F7 - set right margin ³ @L - mark line block ³ F2 save #F2 save as", " ^F8 - set paragraph margin ³ @X - mark stream block ³ F3 - quit ", " @F7 - format paragraph ³ @U - unmark block ³ F4 - file ", " ^B - format cursor forward ³ @G - group delete block ³ @F2 - file attributes ", " @F8 - left justify line ³ @M - move block ³ #F4 - edit new file ", " @F9 - right justify line ³ @C - copy block ÃÄÄÄÄÄÄÄ Toggles ÄÄÄÄÄÄÄ", " @F10 - center justify line ³ @K - kopy block ³ ^F1 - cursor sync ", "ÄÄÄÄÄ Window Commands ÄÄÄÄÄÄÄ´ @O - overlay box block ³ ^F2 - eol display ", " F8 vertical F9 horizontal³ @F - fill box block ³ ^F3 - CRLF | LF at eol", " #F9 resize ^F9 zoom ³ @N - number box block ³ ^F4 - trim trailing ", " F10 next #F10 previous ³ @S - sort box block ³ ^F5 - search\\sort case", " ^F10 - next hidden window ³ @E - block expand tabs ³ @R - ruler ", "ÄÄÄÄÄÄÄ Misc commands ÄÄÄÄÄÄÄ´ @T - trim trailing space ³ @V - word wrap ", " @A add L @D delete L ³ @P - print file/block ³ @Z - ^Z at eof ", " @J join L ^_ split L ³ @W - write block to file ³ @I - indent mode ", " @= dup L @- kill eol ³ @< - block to upper case ³@tab - smart tabs ", "ESC undo L ^U undelete ³ @> - block to lower case ÃÄÄÄÄÄ Find/Replace ÄÄÄÄ", " ^\\ redraw ^] paren bal³ @? - block strip hi bit ³ #F5 - find forward ", " Enter Emacs L @Q Quit ÃÄÄÄÄÄÄÄÄÄ Macros ÄÄÄÄÄÄÄÄÄ´ #F6 - find backward ", "#Enter next L @H Help ³ @F3 record on/off ³ F5 - repeat forward ", "^Enter beg next L ³ #F1 save #F3 load ³ F6 - repeat backward ", "@1-@3 mark ³ ^P Pause ³ #F7 - replace forward ", "#@1-#@3 goto ^2 Date stamp³ ^ESC clear macros ³ #F8 - replace backward", NULL };