home *** CD-ROM | disk | FTP | other *** search
/ The People Multimedia CD-Plus / VolumeOne.iso / TEDIT / TE.TXT < prev    next >
Text File  |  1996-06-02  |  27KB  |  545 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.                              TEXT EDITOR 2.5 USER'S GUIDE
  7.  
  8.                                    
  9.  
  10.          INTRODUCTION
  11.  
  12.          Text Editor (TE) 2.5 is a public domain, full screen ASCII text
  13.          editor for the IBM PC and close compatibles which uses commands
  14.          similar to those used in WordStar and Sidekick.  Features include:
  15.  
  16.            o  Display primary commands on pop-up help screen.  Prompt
  17.               for subcommands.
  18.            o  Insert, delete, split, join a line.
  19.            o  Copy, delete, move, read, write, shift, hide, display
  20.               a marked block of partial or whole lines.
  21.            o  Print a file/block to LPT1-LPT3.
  22.            o  Enter any ASCII code.
  23.            o  Find/replace a phrase.
  24.            o  Temporary return to DOS.
  25.            o  Set left/right margins and page length.
  26.            o  Word wrap.
  27.            o  Format (justify) a paragraph.
  28.            o  Program size of 29,904 bytes.
  29.  
  30.          Primary uses for TE are to create/edit batch files, generate
  31.          forms, edit files captured by telecommunications programs, write
  32.          E-mail and simulate a "smart" typewriter.
  33.  
  34.          The file to be edited must be able to fit into available CPU
  35.          memory.  The ASCII file must consist of lines of characters that
  36.          end with the CR character (ASCII 13).  If the line contains more
  37.          than 255 characters or doesn't end with a CR, the first 255
  38.          characters are retrieved and another line is started.  EOF
  39.          characters (ASCII 26) found before the true end of the file are
  40.          ignored.
  41.  
  42.          INSTALLATION
  43.  
  44.          TE consists of one file TE.EXE with a size of 29,904 bytes.  To
  45.          load TE from any drive/directory, place TE.EXE in a directory that
  46.          is listed in the DOS PATH statement.  TE.EXE display colors,
  47.          laptop display colors, cursor size, default margins, and default
  48.          page length can be changed with utility program TEMOD.EXE.
  49.  
  50.          COMMAND SUMMARY
  51.  
  52.          The symbols c-, s-, a- mean press the Ctrl, Shift or Alt key
  53.          simultaneously with the next key.  Letters may be entered as upper
  54.          or lower case.
  55.  
  56.  
  57.                                        - 2 -
  58.  
  59.          +----------------------------------------------------------------+
  60.          |                 TEXT EDITOR 2.5 COMMAND SUMMARY                |
  61.          +-------------------------------+--------------------------------+
  62.          |       TE [Path][FileName]     |    c- Ctrl  s- Shft  a- Alt    |
  63.          +-------------------------------+--------------------------------+
  64.          |                             File                               |
  65.          +----------------------------------------------------------------+
  66.          |         c-KD, c-KQ, F4   Save file and quit editor             |
  67.          |         c-KE, F2         Save and/or load another file         |
  68.          +----------------------------------------------------------------+
  69.          |                        Cursor Movement                         |
  70.          +-------------------------------+--------------------------------+
  71.          |  c-S, Left    Char left       |  c-QS, Home    Line begin      |
  72.          |  c-D, Rt      Char right      |  c-QD, End     Line end        |
  73.          |  c-A, c-Left  Prev word       |  c-QE, c-Home  Screen top      |
  74.          |  c-F, c-Rt    Next word       |  c-QX, c-End   Screen bottom   |
  75.          |  c-E, Up      Prev line       |  c-QR, c-PgUp  File start      |
  76.          |  c-X, Dn      Next line       |  c-QC, c-PgDn  File end        |
  77.          |  c-W          Scroll up       |  c-QB          To block start  |
  78.          |  c-Z          Scroll down     |  c-QK          To block end    |
  79.          |  c-R, PgUp    Up 23 lines     |  Tab      Next word, prev line |
  80.          |  c-C, PgDn    Dn 23 lines     |  s-Tab    Prev word, prev line |
  81.          |  c-Q4     To specified line   |  c-Kn     Set line mark n=0-3  |
  82.          |  c-QP     Dn page len lines   |  c-Qn     To line mark n=0-3   |
  83.          +-------------------------------+--------------------------------+
  84.          |                         Insert/Delete                          |
  85.          +-------------------------------+--------------------------------+
  86.          |  c-V, Ins  Insert/Replace     |  c-H, BkSp  Delete left char   |
  87.          |  Entr      Split/Insert line  |  c-G, Del   Del char/join line |
  88.          |  c-N, F9   Insert line        |  c-T        Del next word      |
  89.          |  c-Y, F10  Delete line        |  c-QY       Del to end line    |
  90.          +-------------------------------+--------------------------------+
  91.          |                             Block                              |
  92.          +-------------------------------+--------------------------------+
  93.          |  c-KB, F7  Mark block start   |  c-KC     Copy block           |
  94.          |  c-KK, F8  Mark block end     |  c-KY     Delete block         |
  95.          |  c-KH      Hide/display block |  c-KV     Move block           |
  96.          |  c-KI      Block right 1 char |  c-KR     Read block from disk |
  97.          |  c-KU      Block left 1 char  |  c-KW     Write block to disk  |
  98.          +-------------------------------+--------------------------------+
  99.          |                         Miscellaneous                          |
  100.          +----------------------------------------------------------------+
  101.          |  F1         Display summary of Text Editor commands            |
  102.          |  c-QF       Find phrase (1-31 chars) in file or block          |
  103.          |  c-QA       Find/replace phrase (1-31 chars) in file or block  |
  104.          |  c-KP, F5   Print file or block to LPT1, LPT2, or LPT3         |
  105.          |  a-Xa-Ya-Z  ASCII code XYZ = 32-255 on keypad                  |
  106.          |  c-P        Then a-Xa-Y on keypad for ASCII XY = 1-31          |
  107.          |  c-KS, F3   Temporary return to DOS.  Back to TE:  EXIT        |
  108.          |  c-QM       Set left/right margins, page length                |
  109.          |  c-B        Format paragraph to left/right margins             |
  110.          +----------------------------------------------------------------+
  111.  
  112.  
  113.                                        - 3 -
  114.  
  115.                            TEXT EDITOR 2.5 USER'S GUIDE
  116.  
  117.          STATUS LINE
  118.  
  119.          The top screen line provides status information for the file being
  120.          edited.
  121.  
  122.            o  F1-Help.  Where to find a pop-up screen of all TE commands.
  123.            o  Line and column position of the cursor.
  124.            o  Insert/Ovrwrite.  If Insert mode, an entered character will
  125.               be added at the cursor by moving the character at the
  126.               cursor to the right.  If Ovrwrite mode, an entered character
  127.               will replace the character at the cursor.  Press the Ins key
  128.               to toggle between Insert and Ovrwrite.
  129.            o  The drive, directory, and name of the file currently being
  130.               edited.
  131.            o  An asterisk "*" if character(s)/line(s) have been added or
  132.               deleted.
  133.  
  134.          The status line and the next line are temporarily used for
  135.          additional prompts required by some commands.
  136.  
  137.          STARTING TE
  138.  
  139.          TE is started by entering TE on the DOS command line.  After TE is
  140.          loaded, TE asks "File to edit:".  If only the Enter key is
  141.          pressed, TE will terminate and return to DOS.  The drive/directory
  142.          must be included if the file is not located in the current
  143.          directory.  The file name can be edited with the Home, End,
  144.          Left/Right arrow, Del and Bksp keys as it is entered.  If the file
  145.          can't be found, TE asks "(file name) not found.  New file (Y/N)?".
  146.          Enter Y or N (upper or lower case).  Pressing Enter after Y or N
  147.          is not required.  If Y, data may be entered into the new file.  If
  148.          N, TE asks "Enter another file name (Y/N)?".  If Y, enter the file
  149.          name.  If N, TE will terminate.
  150.  
  151.          TE can also be started by entering TE and including the file name
  152.          with optional drive/directory on the command line.  For example:
  153.          TE C:\DOC\234.DOC will load the TE program and file 234.DOC from
  154.          drive/directory C:\DOC.
  155.  
  156.          FILE/QUIT COMMANDS
  157.  
  158.          Two primary file load, file save/no save , quit commands are
  159.          available.  Each command provides prompts for various options.
  160.  
  161.          c-KD or c-KQ or F4   Save File And Quit Editor
  162.          ----------------------------------------------
  163.          c-KD means press the Ctrl and K (upper or lowercase) keys
  164.          together.  Then press D (upper or lowercase).  If no changes have
  165.          been made to the file, TE asks "File has NOT been modified.  Quit
  166.          editor (Y/N)?".  If Y, TE will terminate and return to DOS.  If N,
  167.          TE can continue to be used with the current file.
  168.  
  169.  
  170.                                        - 4 -
  171.  
  172.                            TEXT EDITOR 2.5 USER'S GUIDE
  173.  
  174.          If changes have been made to the file, TE asks "Save file as:
  175.          (file name) (Y/N)?".  If N, TE asks "Quit editor (Y/N)?".  If Y,
  176.          TE will terminate.  If N, TE can continue to be used with the
  177.          current file.  To save changes made to the file, TE asks "Save
  178.          file with current file name (Y/N)?".  If Y, the file will be saved
  179.          with the current name and TE will terminate.  If N, the current
  180.          drive/directory and file name may be changed with the Home, End,
  181.          Left/Right arrow, Del and Bksp keys.  Press Enter to have TE save
  182.          the new file name and terminate.
  183.  
  184.          Trailing spaces are stripped from the end of each line before the
  185.          file is saved.  If the message "Drive not ready or can't save
  186.          file.  Quit (Y/N)?" appears, it could mean the file is read-only.
  187.          It is not possible to save changes to a read only file until the
  188.          read-only attribute is removed by temporarily returning to DOS (F3
  189.          or c-KS command) and removing the read-only attribute with the DOS
  190.          ATTRIB command.
  191.  
  192.          If a non-ASCII file (.COM, .EXE, .WK1, etc. ) or an ASCII file
  193.          that contains more than 255 characters per line is loaded into TE,
  194.          DON'T SAVE THE FILE!.  TE will corrupt the saved file since TE
  195.          loads all characters to the CR (ASCII 13) or the first 255
  196.          characters of each line and then starts another line.  When the
  197.          file is saved, trailing spaces (ASCII 20) are stripped and CR, LF
  198.          (ASCII 13,10) characters are inserted.
  199.  
  200.          c-KE or F2   Save File And/Or Load Another File
  201.          -----------------------------------------------
  202.          The c-KE (F2) command adds to c-KD (c-KQ, F4) the question
  203.          "Continue editing same file (Y/N)?".  If Y, the current file may
  204.          continue to be edited.  If N, TE asks "File to edit:".  Enter a
  205.          file name with optional drive/directory.  If TE can't find the
  206.          file, TE asks "(file name) not found.  New file (Y/N)?".  If Y,
  207.          enter the new file name.  If only the Enter key is pressed, TE
  208.          will terminate and return to DOS.  If N, TE asks "Enter another
  209.          file name (Y/N)?".  If Y, enter the file name.  If N, TE will
  210.          terminate.
  211.  
  212.          CURSOR MOVEMENT
  213.  
  214.          Tab and s-Tab
  215.          -------------
  216.          Tab or s-Tab moves the cursor to a position which is equivalent to
  217.          the next or previous word on the previous line.  Tab and s-Tab
  218.          commands do not insert tab characters (ASCII 9) into the file.  If
  219.          the file contains tab characters, they will be displayed as an "o"
  220.          with the sides open.  Tabs are not converted to spaces.  Use the
  221.          the c-QA Find/Replace command to convert a Tab character to 8
  222.          (typically) spaces.
  223.  
  224.  
  225.                                        - 5 -
  226.  
  227.                             TEXT EDITOR 2.5 USER'S GUIDE
  228.  
  229.          c-QP   Down Page Length
  230.          -----------------------
  231.          The cursor is moved down page length lines.  The standard default
  232.          value is 62 lines.  It can be changed with the c-QM Set Left/Right
  233.          Margins and Page Length command.  This command is used to add
  234.          headers, footers, page numbers, etc.  at specified line intervals
  235.          in the file.
  236.  
  237.          c-Qn   To Line Mark n=0-3
  238.          -------------------------
  239.          Position cursor on the line previously set by c-Kn where n is
  240.          marker 0, 1, 2, 3.  The default line marks are 20%, 40%, 60% and
  241.          80% of the max lines in the file.  If the file contains less than
  242.          5 lines, the default mark is line 1.
  243.  
  244.          c-Q4   To Specified Line
  245.          ------------------------
  246.          Position the cursor at the line number entered when TE asks
  247.          "To line:".
  248.  
  249.          The other cursor movement commands listed in the Command Summary
  250.          section are self explanatory.
  251.  
  252.          INSERT/DELETE COMMANDS
  253.  
  254.          Insert/delete commands always operate on the line with the cursor.
  255.  
  256.          Ins or c-V   Insert/Replace
  257.          ---------------------------
  258.          Toggle between character Insert and Ovrwrite (Replace) modes.
  259.          Refer to the explanation in the Status Line section.
  260.  
  261.          Entr   Split/Insert Line
  262.          ------------------------
  263.          Split the line at the cursor position and move all characters over
  264.          and to the right of the cursor to the next line.  The cursor is
  265.          positioned to the left margin of the next line.
  266.  
  267.          c-N or F9   Insert Line
  268.          -----------------------
  269.          Move the line with the cursor down and insert a blank line.  The
  270.          cursor is moved to the left margin of the new line.  If the
  271.          current line is the last line in the file, a new blank line is
  272.          added after the last line.
  273.  
  274.          c-Y or F10   Delete Line
  275.          ------------------------
  276.          Delete the line containing the cursor.  The cursor is moved to the
  277.          left margin of the next line.
  278.  
  279.          BkSp or c-H   Delete Left Character
  280.          -----------------------------------
  281.          Delete the character to the left of the cursor.
  282.  
  283.  
  284.                                       - 6 -
  285.  
  286.                            TEXT EDITOR 2.5 USER'S GUIDE
  287.  
  288.          Del or c-G   Delete Character/Join Line
  289.          ---------------------------------------
  290.          Delete the character over the cursor.  If the cursor is beyond the
  291.          end of the line, the next line is joined to the current line at
  292.          the cursor position unless the current line is the last line in
  293.          the file.
  294.  
  295.          c-T  Delete Next Word
  296.          ---------------------
  297.          Delete all characters from the cursor position to the next space
  298.          character.  If the cursor position is at a space, all spaces will
  299.          be deleted up to the next non-space character.  If the cursor is
  300.          beyond the end of the line, the next line is joined to the current
  301.          line.
  302.  
  303.          c-QY   Delete Characters To End Of Line
  304.          ---------------------------------------
  305.          Delete all characters from the current cursor position to the end
  306.          of the line.  If the cursor is at the beginning of the line, the
  307.          line is made blank and not deleted.
  308.  
  309.          Word Wrap
  310.          ---------
  311.          Word wrap occurs when characters entered beyond the right margin
  312.          or column 253 cause a word (all preceding characters up to the
  313.          next blank character) to be moved to the next line.  Word wrap is
  314.          generated by the c-B Format Paragraph command (See Miscellaneous
  315.          Commands section).  The left/right margins are set with the c-QM
  316.          command.  The standard default left/right margins are columns
  317.          1/252 (See Miscellaneous Commands section).
  318.  
  319.          BLOCK COMMANDS
  320.  
  321.          Block commands mark, copy, move, delete, read, write, print,
  322.          indent and unindent one or more partial/whole lines.
  323.  
  324.          c-KB or F7   Mark Block Start
  325.          -----------------------------
  326.          Mark (high lite) the block start line and column at the current
  327.          cursor position.  The block will be default marked to the end of
  328.          the current line.
  329.  
  330.          c-KK or F8   Mark Block Stop
  331.          ----------------------------
  332.          Mark (high lite) all lines from the start block line and column,
  333.          marked with c-KB or F7, to the line and column containing the
  334.          current cursor position.
  335.  
  336.          c-KH   Hide/Display Block
  337.          -------------------------
  338.          Toggle between hide (remove high lite) or display (restore high
  339.          lite) a marked block.  If a block is hidden, the block can't be
  340.          copied, moved, deleted, written, or printed.
  341.  
  342.  
  343.                                       - 7 -
  344.  
  345.                            TEXT EDITOR 2.5 USER'S GUIDE
  346.  
  347.          c-KC   Copy Block
  348.          -----------------
  349.          Copy the marked block to the current cursor position.  The copied
  350.          block is high lited.  If part or all of a single line is marked, TE
  351.          asks "Insert (Y) or Overwrite (N)?".  If Y, the single line block
  352.          will be added to the line by moving the characters at the cursor
  353.          position to the right.  If N, existing characters to the right of
  354.          the cursor will be replaced.  Multiple line blocks are always
  355.          inserted at the cursor position.  If a copy into a marked block is
  356.          attempted, the operation will be canceled.  If a combined line
  357.          will contain more than 253 characters, the operation will be
  358.          canceled.  Use c-B Format Paragraph to justify text to left/right
  359.          margins.
  360.  
  361.          c-KV   Move Block
  362.          -----------------
  363.          Move the marked block to the current cursor position.  The moved
  364.          block is high lighted.  Otherwise the operation is the same as
  365.          Copy Block.
  366.  
  367.          c-KY   Delete Block
  368.          -------------------
  369.          Delete the marked block.  For multiple line blocks,  the start
  370.          line will be deleted if the start column is at the left margin.
  371.  
  372.          c-KR   Read Block From Disk
  373.          ---------------------------
  374.          Read a specified file (block) from disk and insert at the line
  375.          with the cursor.  Text on the line with the cursor is moved after
  376.          the inserted file.  If the file is not found, the command will be
  377.          canceled.  The command remembers the last entered block read or
  378.          block write file name.
  379.  
  380.          c-KW   Write Block To Disk
  381.          --------------------------
  382.          Write a marked block to disk.  If the specified file already
  383.          exists, it will be replaced with the contents of the marked block.
  384.          If the disk (drive) is not ready, the command will be canceled.
  385.          The command remembers the last entered block read or block write
  386.          file name.
  387.  
  388.          c-KI and c-KU  Move Block Right/Left One Character
  389.          --------------------------------------------------
  390.          Move all lines of the marked block right (c-KI) or left (c-KU) one
  391.          character position from the block start column.  Characters will
  392.          be lost if they are moved right, beyond column 253 or left, beyond
  393.          column 1.  The block end column is ignored.
  394.  
  395.  
  396.                                       - 8 -
  397.  
  398.                            TEXT EDITOR 2.5 USER'S GUIDE
  399.  
  400.          MISCELLANEOUS COMMANDS
  401.  
  402.          F1   Display Summary Of TE Commands
  403.          -----------------------------------
  404.          The TE commands, remaining CPU memory and version number are
  405.          listed.  Press any key to return to the file being edited.  This
  406.          command can't be issued in the middle of another command.
  407.  
  408.          c-KP or F5    Print File Or Block To LPT1, LPT2, or LPT3
  409.          --------------------------------------------------------
  410.          TE asks "Print File (Y) or Block (N)?".  If Y, the complete file
  411.          will be printed.  If N, the marked block will be printed.  Next,
  412.          TE asks "Printer LPT1, LPT2, LPT3 or Cancel (123C)?".  Enter 1, 2,
  413.          or 3 for printer number or C to cancel the print operation.  If
  414.          the printer is not ready (out of paper, off line, etc), TE asks
  415.          "Continue (Y/N)?".  Find the cause for the printer not ready, then
  416.          answer Y.  Otherwise, answer N to cancel the print operation.
  417.  
  418.          a-Xa-Ya-Z    Enter ASCII Code 32-255 On Keypad
  419.          ----------------------------------------------
  420.          ASCII codes, 32-255, that are not on the keyboard (i.e. line
  421.          drawing characters) can be entered into the file by pressing the
  422.          Alt key while simultaneously entering the 2 or 3 digit code on the
  423.          keypad.  The equivalent symbol will be displayed on the screen.
  424.  
  425.          c-Pa-Xa-Y    Enter ASCII Code 1-31 On KeyPad
  426.          --------------------------------------------
  427.          ASCII codes, 1-31, that can't be entered directly from the
  428.          keyboard (form feed, Esc) can be entered by pressing c-P.  Then
  429.          press the Alt key simultaneously with a 2 digit code on the
  430.          keypad.  The equivalent symbol will be displayed on the screen.
  431.  
  432.          c-QF   Find Phrase
  433.          ------------------
  434.          When prompted with "Find:", enter a phrase of 1 to 31 characters.
  435.          To prevent finding an embedded phrase, enter a space before and
  436.          after the phrase.  For example, enter <sp>the<sp> to prevent
  437.          finding the word "other".  Cancel the operation by pressing the
  438.          Enter key only.  TE asks for answers to the following options.
  439.  
  440.            o  "File (Y) or Block (N)?".  If Y, the search begins at the
  441.                current cursor column, line.  If N, the search begins at the
  442.                start column, line of the marked block.
  443.            o  "Case sensitive (Y/N)?".  If Y, the upper/lower case pattern
  444.               of the letters in the phrase will be matched.  If N, case
  445.               sensitivity will be ignored.  For example, the phrase "the"
  446.               will find "The" and "the" if N.
  447.  
  448.          After each find, TE asks "Repeat (Y/N)?".  If Y, the search
  449.          continues until another find or the end of the file or marked block
  450.          is reached.  If N, the operation will be terminated.
  451.  
  452.  
  453.                                       - 9 -
  454.  
  455.                           TEXT EDITOR 2.5 USER'S GUIDE
  456.  
  457.          c-QA   Find And Replace Phrase
  458.          ------------------------------
  459.          The find/replace phrase command is similar to find phrase (c-QF)
  460.          except a replace phrase of 1 to 31 characters must be entered in
  461.          addition to "Find:" when prompted with "Replace:".  Cancel the
  462.          operation by pressing the Enter key only.  In addition to the
  463.          "File (Y) or Block (N)?" and "Case sensitive (Y/N)?" options, TE
  464.          asks "Confirm replace (Y/N)?".  If N, the replace phrase will be
  465.          substituted for the find phrase until the end of the file or block
  466.          is reached.  If Y, the next two questions are asked each time the
  467.          find phrase is found.
  468.  
  469.            o  TE asks "Replace (Y/N)?".  If Y, the replace phrase at the
  470.               cursor will be substituted for the find phrase.  If N, the
  471.               find phrase will not be replaced.
  472.            o  TE asks "Repeat (Y/N)?".  If Y, the search will continue.
  473.               If N, the find and replace operation will be terminated.
  474.  
  475.          c-QS or F3   Temporary Return To DOS
  476.          ------------------------------------
  477.          Return to DOS without removing TE from CPU memory (RAM).  Run the
  478.          DOS command or program that will fit in remaining memory.  Type
  479.          EXIT on the DOS command line to return to TE.  Exercise caution
  480.          when using this command.  Other programs could corrupt RAM
  481.          currently allocated to TE or crash the computer causing a loss of
  482.          all data changes made to the file since it was last saved.
  483.  
  484.          c-QM   Set Right/Left Margins and Page Length
  485.          ---------------------------------------------
  486.          TE prompts for answers to Left Margin, Right Margin, Page Length.
  487.          The current values are displayed.  The current values may be
  488.          accepted by pressing Enter or the cursor keys may be used to
  489.          edit/change the values.  The standard defaults are: Left/right
  490.          margin - Column 1/252, Page Length - 62 lines.
  491.  
  492.          c-B   Format Paragraph
  493.          ----------------------
  494.          A paragraph is formated with one space between each word, two
  495.          spaces after each period and each line left justified to fit the
  496.          maximum number of whole words between the current left/right
  497.          margin columns until a blank line or end of file is reached.  The
  498.          command is ignored if the right margin is the default value 252.
  499.          For example, the following paragraph will be processed as shown.
  500.  
  501.             Now is the            time      for  everyone            to
  502.          come to the party. The time is      now.
  503.  
  504.                     Now is the time for everyone to come to
  505.                     the party.  The time is now.
  506.  
  507.          The Format Paragraph command doesn't work correctly if a whole
  508.          word is longer than the number of columns between the left and
  509.          right margins.
  510.  
  511.  
  512.                                       - 10 -
  513.  
  514.                            TEXT EDITOR 2.5 USER'S GUIDE
  515.  
  516.          c-Kn  Set Line Mark n=0-3
  517.          -------------------------
  518.          Set line mark n, where n is mark 0-3, to the line that currently
  519.          contains the cursor.  Use c-Qn to position the cursor to the
  520.          specified mark n = 0-3.
  521.  
  522.          TE CHANGES FROM VERSION 2.2 TO 2.3
  523.  
  524.          Blocks can be marked with start/stop columns as well as start/stop
  525.          lines.  The Block Right/Left Character commands (c-KI/c-KU) move
  526.          all lines of the marked block one character position from the
  527.          start block column instead of column 1.  The following function
  528.          key assignments have been added:  F3 - Temporary return to DOS
  529.          (c-KS), F5 - Print file or block (c-KP), F9 - Delete line (c-N).
  530.  
  531.          TE CHANGES FROM VERSION 2.3 TO 2.4
  532.  
  533.          The Mark Block Stop command now works correctly if the stop
  534.          location is before the Mark Block Start location.  The Block Write
  535.          command now remembers the last Block Write file name as well as
  536.          the last Block Read file name.  The status line cursor is placed
  537.          at the beginning of the default/last entry instead of at the end.
  538.  
  539.          TE CHANGES FROM VERSION 2.4 TO 2.5
  540.  
  541.          Added commands Delete Next Word (c-T) and To Specified Line
  542.          (c-Q4).
  543.  
  544.  
  545.