home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / v / vdtj122a.zip / VJHELP.HLP < prev    next >
Text File  |  1992-11-02  |  65KB  |  1,820 lines

  1.  
  2. \RT\
  3. ═══════════════ Built-in Keystroke Macros for "Normal" Layout ════════════════
  4.         (Edit VJHELP.HLP if you change the layout)
  5.  
  6. <Alt-N>        {FILE, Open}         Open a new file for editing
  7. <Alt-X>        {FILE, Exit}         Exit VEDIT
  8. <Ctrl-F>    {EDIT, Format para}     Format a paragraph
  9. <Alt-Bksp>    {EDIT, Undo, Edit}     Undo last edit operation (keystroke)
  10. <Ctrl-U>    {EDIT, Undo, Line}     Undo current/previous line(s)
  11. <F9>        {BLOCK, Set marker}     Set "character" type block marker
  12. <Ctrl-N>    {BLOCK, Set column}     Set "column" type block marker
  13. <Ctrl-PgUp>    {GOTO, Beginning}     Goto the beginning of the file
  14. <Ctrl-PgDn>    {GOTO, End}         Goto the end of the file
  15. <Ctrl-S>    {GOTO, Set}         Set a text marker
  16. <Ctrl-G>    {GOTO, Goto}         Goto a text marker
  17. <Alt-F3>    {GOTO, Matching ()}     Goto matching parentheses () <> [] {}
  18. <Alt-J>        {MISC, Color toggle}     Toggle between window colors
  19. <Alt-L>        {MISC, VGA/EGA toggle}     Toggle between 25 and 43/50 line
  20. <Ctrl-K>    {MISC, Keyboard, Add}    Add a new keystroke macro
  21. <Alt-K>        {MISC, Keyboard, Record} Begin recording a new keystroke macro
  22. <Ctrl-P>    {PRINT, Block}         Print a block of text
  23.  
  24.  
  25. Press <Enter> to continue: 
  26.  
  27. Box drawing characters assigned to <Shft-F1> through <Shft-F10>:
  28.  
  29. ╔══════╤══════╤══════╤══════╤══════╤══════╤══════╤══════╤══════╤══════╗
  30. ║  F1  │  F2  │  F3  │  F4  │  F5  │  F6  │  F7  │  F8  │  F9  │  F10 ║
  31. ╟──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────┼──────╢
  32. ║  ║   │  ═   │  ╔   │  ╗   │    ╚  │  ╝   │  ╦   │  ╩   │  ╠   │  ╣   ║
  33. ╚══════╧══════╧══════╧══════╧══════╧══════╧══════╧══════╧══════╧══════╝
  34.  
  35. Press <Enter> to continue: 
  36.  
  37.         HELP TOPICS
  38.  
  39. STAT        Status line messages
  40. MARG        Setting left and right margins
  41. FORM        Formatting paragraphs
  42. HZ        Horizontal scrolling
  43. IC        Inserting control and graphics characters
  44. CONV        Lower / upper case key conversion
  45. MOUSE        Mouse support
  46.  
  47. Enter the word on the left for help on above topics: 
  48. \CU\ \CD\ \CR\ \CL\
  49.  
  50. [CURSOR UP]        Moves the cursor up one line, to the same horizontal
  51.             position if possible.
  52.  
  53.         NOTE:    The "Cursor positioning mode" determines whether the
  54.             cursor can be positioned past shorter lines.
  55.  
  56. [CURSOR DOWN]        Moves the cursor down one line, to the same horizontal
  57.             position if possible.
  58.  
  59. [CURSOR RIGHT]        Moves the cursor to the next character. At the end of
  60.             the line, it moves to the beginning of the next line.
  61.             With "Cursor positioning mode" set to "4", the cursor
  62.             is permitted to move past the end of a line.
  63.  
  64. [CURSOR LEFT]        Moves the cursor to the previous character. At the
  65.             beginning of a line, it moves to the end of the
  66.             previous line.
  67.  
  68. \LB\ \LE\ \NL\
  69.  
  70. [LINE BEGIN]        Moves the cursor to the first character of the current
  71.             line or, if already there, to the first character of
  72.             the previous line of text.
  73.  
  74. [LINE END]        Moves the cursor to the end of the current line or, if
  75.             already there, to the end of the next line of text.
  76.  
  77.             The behavior of [LINE BEGIN/END] can be changed with
  78.             {CONFIG, Emulation, Line emulation mode}.
  79.  
  80. [NEXT LINE]        Moves the cursor to the beginning of the next line of
  81.             text.
  82.  
  83. \PW\ \NW\ \PP\ \NP\
  84.  
  85. [PREVIOUS WORD]        Moves the cursor to the first character of the current
  86.             word or, if already there, to the beginning of the
  87.             previous word.
  88.  
  89. [NEXT WORD]        Moves the cursor to the first character of next word.
  90.  
  91.  
  92. [PREV PARAGRAPH]    Moves the cursor to the beginning of the current
  93.             paragraph or, if already there, to the beginning of
  94.             the previous paragraph.
  95.  
  96. [NEXT PARAGRAPH]    Moves the cursor to the beginning of next paragraph.
  97.  
  98. \SU\ \SD\ \SR\ \SL\
  99.  
  100. [SCROLL UP]        Similar to [CURSOR UP], except that the cursor remains
  101.             on the same screen line and the screen moves down
  102.             instead.
  103.  
  104. [SCROLL DOWN]        Similar to [CURSOR DOWN], except that the cursor
  105.             remains on the same screen line and the screen moves
  106.             up instead.
  107.  
  108. [SCROLL RIGHT]        Moves the screen window right to view long lines
  109.             going off the right side of the screen.
  110.  
  111. [SCROLL LEFT]        Moves the screen window left to view the beginning
  112.             part of long lines.
  113.  
  114. \TC\ \NT\
  115.  
  116. [TAB CHARACTER]        In Overstrike mode, it moves the cursor to the next
  117.             tab stop, same as [NEXT TAB STOP]. In Insert mode or
  118.             at the end of a line it inserts a Tab character
  119.             <Ctrl-I> (or optionally spaces to the next tab stop).
  120.  
  121.         NOTE:    Change the "Typewriter mode" to always insert a Tab
  122.             character (or spaces).        
  123.  
  124. [NEXT TAB STOP]        Moves the cursor to the character at the next tab
  125.             stop.
  126.  
  127. \PU\ \PD\ \SB\ \SE\
  128.  
  129. [PAGE UP]        Backs up to the previous "page" of text - similar to
  130.             typing [CURSOR UP] for 3/4 screen lines.
  131.  
  132. [PAGE DOWN]        Advances to the next "page" of text - similar to
  133.             typing [CURSOR DOWN] for 3/4 screen lines.
  134.  
  135. [SCREEN BEGIN]        Moves the cursor to the top (allowed) line in the
  136.             window, typically line 3.
  137.  
  138. [SCREEN END]        Moves the cursor to the bottom (allowed) line in the
  139.             window, typically the 3rd from the last.
  140.  
  141. \IT\ \EC\
  142.  
  143. [INSERT TOGGLE]        Toggles between the "Insert" and "Overstrike" modes.
  144.             Use {EDIT, Insert mode} and {EDIT, Overstrike mode}
  145.             to force a particular mode.
  146.  
  147.  
  148. [ENTER CTRL]        Enters the next character, whether a displayable
  149.             character, a control character or a graphics
  150.             character, into the text.
  151.  
  152. \BS\ \DC\ \EE\ \EL\
  153.  
  154. [BACKSPACE]    Deletes the character to the left of the cursor. At the
  155.         beginning of a line it deletes the preceding "newline",
  156.         effectively merging two lines together.
  157.  
  158.     NOTE:    The behavior can be changed with {CONFIG, Emulation,
  159.         [BACKSPACE] emulation mode}.
  160.  
  161. [DELETE]    Deletes the character at the cursor position. The cursor
  162.         doesn't move. Also deletes the "newline" character, which for
  163.         DOS, is normally a <CR><LF> pair.
  164.  
  165.         If the cursor is in, or just past, a highlighted block, the
  166.         entire block is deleted.
  167.  
  168.     NOTE:    The behavior can be changed with {CONFIG, Emulation,
  169.         Special emulation modes}.
  170.  
  171. [ERASE EOL]    Deletes (erases) all characters from the cursor position to
  172.         the end of the text line.
  173.  
  174. [ERASE LINE]    Deletes (erases) the entire text line.
  175.  
  176. \DP\ \DN\
  177.  
  178. [DEL PREVIOUS WORD]    When the cursor is at the beginning of a word or
  179.             between words, it deletes characters to the left up
  180.             to the next word. Pressed again, it deletes the
  181.             previous word.
  182.  
  183. [DEL NEXT WORD]        When the cursor is in a word, it deletes to the end of
  184.             the word. Pressed again, it deletes the characters
  185.             between words.
  186.  
  187. \CA\ \ES\
  188.  
  189. [CANCEL]    Cancels the current operation, e.g. any pull-down menu or any
  190.         prompt. It cancels any operation taking place because of a
  191.         [REPEAT]. At the edit level (no prompts) it removes the
  192.         first block marker (if set).
  193.  
  194. [ESCAPE]    Escapes from the current prompt or menu level. At the edit
  195.         level it pops up the {ESCAPE} menu from which you can cancel
  196.         operations or exit/quit the editor.
  197.  
  198. \RE\ \RL\
  199.  
  200. [REPEAT]    The next typed character or edit function is repeated. This
  201.         is either a multiple of four or the number typed in. Press
  202.         [CANCEL] to abort.
  203.  
  204. [REPEAT LAST]    Repeats the last edit operation a single time.
  205.  
  206. \ID\ \UD\
  207.  
  208. [INDENT]    Increases the left margin by the amount of the "Indent
  209.         Increment". Each new line is then automatically padded with
  210.         tabs and spaces to the left margin. The padding will also take
  211.         place on the current line if the cursor is before any text on
  212.         the line.
  213.  
  214. [UNDENT]    Reduces the left margin by the "Indent increment", until it is
  215.         zero. One [UNDENT] therefore cancels one [INDENT].
  216.  
  217.     NOTE:    If the cursor is within a highlighted block, these functions
  218.         will indent/undent the entire block.
  219.  
  220. \VE\ \VS\
  221.  
  222. [VISUAL EXIT]        Visual Mode is exited to access the limited command
  223.             macro language in VEDIT Jr. (It is a small subset
  224.             of the VEDIT PLUS macro language.)
  225.  
  226. [VISUAL ESCAPE]        This is identical to the [VISUAL EXIT], except that
  227.             any current command execution is aborted.
  228.  
  229. \BC\ \BM\
  230.  
  231. [BLOCK COPY]    Copies a block of text within the current file. A highlighted
  232.         block will be copied to the current cursor position. It is
  233.         identical to {BLOCK, Copy to cursor}.
  234.  
  235. [BLOCK MOVE]    Moves a block of text within the current file. A highlighted
  236.         block will be moved to the current cursor position. It is
  237.         identical to {BLOCK, Move to cursor}.
  238.  
  239.     NOTE:    {CONFIG, Emulation, Auto-cancel block markers} controls
  240.         whether the block will remain highlighted in its new location.
  241.  
  242. The exact operation of these editing functions depends upon how many block
  243. markers have been set:
  244.  
  245. FUNCTION      Default    NO MARKERS SET  1 MARKER SET    2 MARKERS SET
  246. ───────────────────────┬─────────────────────────────────────────────────────
  247. [BLOCK COPY]  <Ctrl-F9>│ Set 1st Marker  Set 2nd Marker  Copy block to cursor
  248. [BLOCK MOVE]  <Alt-F9> │ Set 1st Marker  Set 2nd Marker  Move block to cursor
  249.  
  250. Therefore, [BLOCK COPY] can be used to set the block markers regardless of how
  251. the block will be used.
  252.  
  253. \RC\ \RM\ \RI\
  254.  
  255. [T-REG COPY]    Copies the highlighted block of text to the "scratchpad" text
  256.         register. If no block markers are yet set, it sets the first
  257.         block marker.
  258.  
  259. [T-REG MOVE]    Copies the highlighted block of text to the "scratchpad" text
  260.         register and deletes the block from the original text. If no
  261.         block markers are yet set, it sets the first block marker.
  262.  
  263. [T-REG INSERT]    Inserts the contents of the "scratchpad" text register at the
  264.         current cursor position. If the block was copied/moved to the
  265.         text register as a columnar block, it will be inserted as a
  266.         columnar block. The register contents are not altered.
  267.  
  268. \SH\ \SA\
  269. [SEARCH]    Performs a search. Prompts for the search string - enter up to
  270.         80 characters; or [CURSOR UP] to reuse previous search
  271.         strings. Press [SEARCH] again to select from the "search
  272.         options".
  273.  
  274.         Press <Ctrl-N> to search for "newline" (DOS: <CR><LF>). To
  275.         search for other control chars precede them with [ENTER CTRL]
  276.         (<Ctrl-Q>). Use "||" to search for a single "|".
  277.  
  278.         If the cursor is within a highlighted block, the search is
  279.         restricted to the block. The search starts at the cursor
  280.         position; move to the beginning of the block to search the
  281.         entire block.
  282.  
  283.  
  284. [SEARCH AGAIN]    Repeats the previous [SEARCH] or [REPLACE]. Allows searching
  285.         for or replacing the next occurrence.
  286.  
  287.  
  288. OPTIONS: [A]gain  [B]egin  [F]ar  [R]everse  [W]ord  Expressions[Y/N]
  289.  
  290.     Select one or more options by typing the corresponding letters
  291.     "A", "B", "F", "R", "W" and "Y" or "N" followed by <Enter>.
  292.  
  293. A    Reuses the previous search/replace strings. In conjunction with
  294.     [B]egin it can be used to search again starting from the beginning of
  295.     the file.
  296.  
  297. B    Starts search from the beginning of the buffer/file.
  298.  
  299. F    Search/replace to the "far" end of the file, performing file buffering
  300.     if necessary. Also causes [B]egin option to start search from the
  301.     beginning of the file. This option is the DEFAULT unless the "Enable
  302.     global file operations" switch is off.
  303.  
  304. R    Search/replace in the reverse direction, i.e. toward the beginning of
  305.     the file.
  306.  
  307. W    Restricts the search to entire "words".
  308.  
  309. Y/N    Overrides the current search mode. "Y" enables regular expressions
  310.     while "N" disables regular expressions.
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319. SEARCH PATTERN MATCHING CODES
  320.  
  321. |A    Match any alphabetic letter, upper or lower case
  322. |B    Match a blank - single space or tab
  323. |C    Match any control character
  324. |D    Match any numeric digit - "0" - "9"
  325. |F    Match any alphanumeric - a letter or a digit
  326. |G    Match any graphics (high-bit) character
  327. |Hhh    Match character with hexadecimal value 'hh'
  328. |L    Match end of line:  <CR> and/or <LF>
  329. |N    Match any character except following character or pattern
  330. |P    Match any parenthesis - (), {}, [], <>
  331. |S    Match any separator - not a letter or digit
  332. |T    Match selected separators (terminators) -
  333.     Space, Tab, <CR>, <LF>, ; : , " '
  334. |U    Match any upper case letter
  335. |V    Match any lower case letter
  336. |W    Match white space - single or multiple spaces or tabs
  337. |X    Match any character
  338. |<    Match beginning of line (zero length match)
  339. |>    Match end of line (zero length match)
  340. |ddd    Match character with decimal value 'ddd'
  341. |000    Match the null (hex 00) character
  342. |{set}    Matches one occurrence of any item in the "pattern set".
  343. |[set]    Matches one optional occurrence of any item in "pattern set".
  344. ||    Use "||" when you need to search for "|"
  345.  
  346. \RP\
  347. [REPLACE]    Performs a selective or global search and replace. Prompts for
  348.         the search and replacement strings. After locating the text,
  349.         prompts with the replacement options.
  350.  
  351.         If the cursor is within a highlighted block, the search/
  352.         replace is restricted to the block; the search starts at the
  353.         cursor position.
  354.  
  355.  
  356.  
  357. REPLACE? [Y]es [N]o [R]est [O]ne [C]ancel
  358.  
  359.     Select one option by pressing "Y", "N", "R", "O" or "C".
  360.  
  361. Y    Make the replacement; search for next occurrence.
  362. N    Do not make the replacement; search for next occurrence.
  363. R    Make replacement and replace all other occurrences without prompting.
  364. O    Make "one" single replacement; function is done.
  365. C    Do not make the replacement; function is done.
  366.  
  367. \HE\
  368.  
  369. [HELP]        You are successfully using the [HELP] function. In addition to
  370.         help with the edit functions, the last help menu screen
  371.         includes a menu of common Visual Mode topics.
  372.  
  373. \ME\
  374.  
  375. [MENU]        Starts the pull-down menu interface from which you can select
  376.         the desired editing function. Use the cursor keys to access
  377.         the desired item. Then press <Enter> to select it. Pressing
  378.         [ESCAPE] backs you out of the menu system one level at a time.
  379.         Pressing [CANCEL] cancels any prompts and removes the menu
  380.         interface.
  381.  
  382.         For specific help, access the desired pull-down menu and press
  383.         [HELP].
  384.  
  385. \BL\
  386. {BLOCK} Menu --
  387.  
  388. Set marker        Marks the beginning and end of a text block. Note that
  389.             either the beginning or the end of the block may be
  390.             set first. The 2nd marker is only needed for "Copy to
  391.             cursor" and "Move to cursor". When only the first
  392.             block marker is set, the cursor position is used as
  393.             the second marker.
  394.  
  395. Set column marker    Marks a columnar block of text.
  396.  
  397. Copy to cursor        Copies the previously marked block of text to the
  398.             current cursor position.
  399.  
  400. Move to cursor        Moves the previously marked block of text to the
  401.             current cursor position and deletes the block from its
  402.             original position.
  403.  
  404. Copy to register    Copies the block of text to the "scratchpad" register.
  405.             The status line message changes to "TEXT".
  406.  
  407. Move to register    Similar to "Copy", except that the text block is
  408.             deleted from the text after it is moved to the
  409.             "scratchpad" register.
  410.  
  411. Insert register        Inserts the "scratchpad" register at the current
  412.             cursor position.  The register itself is not changed.
  413.  
  414. Delete            Deletes the currently marked block of text.
  415.  
  416.             [DELETE] will also delete the block when the cursor
  417.             is in the block.
  418.  
  419. Write to disk        Prompts for a filename and then writes the marked
  420.             block of text to a file on disk.
  421.  
  422. Remove markers        Removes (cancels) any block markers that are currently
  423.             set.
  424.  
  425. Swap ends        Swaps the position of the cursor with the current
  426.             block marker. Selecting it twice restores the cursor
  427.             and block marker. Useful for seeing where the block
  428.             begins.
  429.  
  430. \ED\
  431. {EDIT} Menu --
  432.  
  433. Insert mode        Changes to "Insert" mode if not already set.
  434.  
  435. Overstrike mode        Changes to "Overstrike" mode if not already set.
  436.  
  437. Enter CTRL char        Prompts for the control character to be inserted.
  438.             The character corresponding to the next pressed key
  439.             is inserted without regard to any function that
  440.             key might perform. Same as [ENTER CTRL].
  441.  
  442. Erase line        Deletes (erases) the entire text line. Same as
  443.             [ERASE LINE].
  444.  
  445. Erase EOL        Deletes (erases) all characters from the cursor
  446.             position to the end of the text line. Same as
  447.             [ERASE EOL].
  448.  
  449. Center line        Centers the text line between the current left and
  450.             right margins; advances to the next line.
  451.  
  452. Format paragraph    Formats a paragraph using the current left and
  453.             right margins.
  454.  
  455. Repeat            The next typed character or edit function is repeated.
  456.             This is either a multiple of four or the number typed
  457.             in. Press [CANCEL] to abort. Same as [REPEAT].
  458.  
  459. Insert file        Prompts for and then inserts the specified file at the
  460.             cursor position. {CONFIG, Emulation, Advance cursor
  461.             past...} controls whether the cursor is left at the
  462.             beginning or end of the inserted text.
  463.  
  464. Undo            Sub-menu - Undo recent editing operations keystroke-
  465.             by-keystroke, line-by-line or deletion-by-deletion.
  466.  
  467. Lower/Upper case    Sub-Menu - Change a letter to upper case, lower case
  468.             or switch its case. Works on a single char or within a
  469.             highlighted block.
  470.  
  471. \FL\
  472. {FILE} Menu --
  473.  
  474. Browse mode    When set to "Yes" the current file cannot be altered any
  475.         further. Also, the next file opened with {FILE, Open}
  476.         (<Alt-N>) will be opened in a fast "browse-only" mode.
  477.  
  478.         To alter a file currently in browse-only mode, close the file
  479.         with {FILE, New}, set browse mode to "No" and re-edit the file
  480.         with {FILE, Open}.
  481.  
  482.         Browse-only mode is permanently selected when starting up
  483.         VEDIT with the "-b" option.
  484.  
  485. New        Empties (closes) the buffer. If the buffer contains an
  486.         altered file, you are prompted whether the file should be
  487.         saved or abandoned.
  488.  
  489.     Note:    {FILE, New} is rarely needed because you can use {FILE, Open}
  490.         to save/abandon the current file and create a new file.
  491.  
  492. Open        Opens a new file for editing. The current file may be saved
  493.         or abandoned. If the new file does not exist, it is created.
  494.  
  495. Directory       Displays the directory of any desired drive or directory. Any
  496.         new drive and/or directory you select will become the new
  497.         "default" or "current" directory. Allows use of wildcard
  498.         characters, e.g. "*.TXT". Press <Enter> to display all files.
  499.  
  500. Save as        Saves the file being edited under a new name and permits
  501.         continued editing under this new name.
  502.  
  503. Save and cont.    Saves current file to disk for continued editing. Protection
  504.         against power failure or major mistakes.
  505.  
  506. Exit        Prompts whether the current file is to be saved or abandoned.
  507.         It then exits VEDIT. If the buffer is empty or the file has
  508.         not been altered, it exits without prompting.
  509.  
  510. \GO\
  511. {GOTO} Menu --
  512.  
  513. Begin of file    Moves cursor to the first character in the file.
  514.  
  515. End of file    Moves cursor past the last character in the file.
  516.  
  517. Line #        Prompts for a line number and moves the cursor to the
  518.         beginning of that line.
  519.  
  520. Column #    Prompts for a column number and moves the cursor to that
  521.         column. Useful when editing very long lines.
  522.  
  523. Set marker    Prompts for a digit "0 - 9". Sets an invisible text marker
  524.         to which you can later "jump" back with {GOTO, Goto marker}.
  525.  
  526. Goto marker    Prompts for a digit "0 - 9". "Jumps" to a previously set
  527.         text marker. If the marker has not been set the cursor does
  528.         not move.
  529.  
  530. Matching ()    Performs nested parentheses matching for structured
  531.         programming languages. With the cursor positioned at one of
  532.         the eight characters (, ), {, }, [, ], <, >, it moves the
  533.         cursor forward or backward to the matching pair. Otherwise,
  534.         searches forwards for one of the characters.
  535.  
  536. \HM\
  537. {HELP} Menu --
  538.  
  539. General        Same as pressing [HELP] while editing. Begins by displaying
  540.         the current keyboard layout.
  541.  
  542. Status display    Displays the VEDIT version #, current directory, input and
  543.         output file names, file size, memory usage, time and date.
  544.  
  545. \MM\
  546. {MISC} Menu --
  547.  
  548. ASCII table    Displays the 256 byte ASCII table. Allows inserting any
  549.         character while viewing the table.
  550.  
  551. DOS shell    Permits temporarily entering DOS. Give the DOS command "EXIT"
  552.         to return to VEDIT.
  553.  
  554. Run DOS program      Prompts for the name of the DOS program (or command) to be
  555.           run. Returns immediately to VEDIT when the program is done.
  556.  
  557. Color toggle    Toggles through different window colors (attributes).
  558.  
  559. VGA/EGA toggle    Toggles a VGA between 25 and 50 line modes; toggles an EGA
  560.         between 25 and 43 line modes.
  561.  
  562. Keyboard layout        Sub-menu - Add new keystroke macros and display
  563.             existing ones. Also save keystroke macros to disk
  564.             and load from disk.
  565.  
  566. \PR\
  567. {PRINT} Menu --
  568.  
  569. All        Prints the entire file. All text is offset from the left edge
  570.         of the paper by the "Printer margin". Typically prints 60
  571.         lines of text on each page, with a 3 line margin at the top
  572.         and bottom of each page. (Also performs a "Finish/Eject".)
  573.  
  574. Block        Prints a block of text. If no block marker is set, sets the
  575.         first marker. If one or two block markers are set, prints
  576.         the block.
  577.  
  578. Finish/Eject    Releases (flushes) the current print job. On a network printer
  579.         (or under UNIX), this causes the text to be sent to the
  580.         printer. When printing to a file, this closes the file, making
  581.         it permanent on disk.
  582.  
  583.         If {PRINT, Config, Page eject on Finish/Eject} is set, a page
  584.         eject is also sent to the printer (or print file).
  585.  
  586.         Use this item following one or more {PRINT, Block}.
  587.  
  588. Eject        Advances the printer to the top of the next page. (Depending
  589.         upon configuration, either line feeds or a form feed is used.)
  590.  
  591.         Use this item to start printing on a new page without
  592.         releasing the print job (or closing the print file).
  593.  
  594.         On a non-network DOS printer, there is no noticeable
  595.         difference between "Finish/Eject" and "Eject".
  596.  
  597. Reset        Resets VEDIT to assume printer is at the top of a page.
  598.  
  599. Config        Sub-menu - Change configuration of the margins, paper size,
  600.         line spacing and enabling Form-feeds.
  601.  
  602. \SM\
  603. {SEARCH} Menu --
  604.  
  605. Search        Performs the same function as [SEARCH].
  606.  
  607. Replace        Performs the same function as [REPLACE].
  608.  
  609. Again        Performs the same function as [SEARCH AGAIN].
  610.  
  611. Cancel        Cancels only the current search and replace strings.
  612.  
  613. Config        Sub-menu - select whether the search distinguishes between
  614.         upper and lower case letters.
  615.  
  616. \CF\
  617. {CONFIG} Menu --
  618.  
  619. Tab stops     Display/change the current tab stops.
  620.  
  621. Word processing     Display/change left/right margins, enable justification.
  622.  
  623. Programming     Access features that aid in writing programs.
  624.  
  625. Colors         Display/change any of the screen colors.
  626.  
  627. Screen display     Access screen display modes, enable scroll bars.
  628.  
  629. Emulation     Access features for emulating other word processors.
  630.  
  631. File handling     Access to file handling parameters.
  632.  
  633. Misc         Access to cursor and keyboard options; beep and help levels.
  634.  
  635. Save into VEDIT  Saves any configuration changes and, optionally, any new
  636.          keystroke macros into VEDIT to make them permanent.
  637.  
  638.     NOTE:     Use {MISC, Keyboard layout} to change keyboard layout.
  639.          Use {PRINT, Config} to change printer configuration.
  640.          Use {SEARCH, Config} to change search configuration.
  641. \EM\
  642. ESCAPE Menu --        (Press [ESCAPE] again to escape from this menu.)
  643.  
  644. Remove block markers    Removes any block markers that are currently set.
  645.             The messages "1-END" or "BLOCK" will disappear from
  646.             the status line. Same as {BLOCK, Remove markers}.
  647.  
  648. Exit            Saves/abandons the file and exits VEDIT.
  649.             Same as {FILE, Exit}.
  650.  
  651. \UN\
  652. {EDIT, Undo} Sub-Menu --
  653.  
  654. Edit        Each time pressed, restores the effect of the previous key-
  655.         stroke.
  656.  
  657. Line        Restores the current line to its earlier condition. Pressed
  658.         again, it moves to the previously accessed line. Pressed
  659.         again, it restores the previously changed line.
  660.  
  661. Deletion    Inserts the most recently deleted text (of 3 or more
  662.         characters) at the cursor. Pressed again inserts the
  663.         previously deleted text and so on.
  664.  
  665. Reset        Resets the Undo stacks. Permits setting a starting point for
  666.         extensive Undo later.
  667.  
  668. \LU\
  669. {EDIT, Lower/Upper case} Sub-menu --
  670.  
  671. Changes the case of a letter; other characters are not affected. Works on a
  672. single character or, if the cursor is within a highlighted block, on the
  673. entire block.
  674.  
  675. Lower case        Force letter(s) to lower case.
  676.  
  677. Upper case        Force letter(s) to upper case.
  678.  
  679. Switch case        Switch the case of the letters.
  680.  
  681. \KM\
  682. {MISC, Keyboard layout} Sub-menu --
  683.  
  684. Add macro    Adds a keystroke macro to the keyboard layout. First prompts
  685.         for the key that will perform the keystroke macro. Then
  686.         prompts for the keystrokes that constitute the macro. You can
  687.         edit the keystroke macro using [BACKSPACE].
  688.  
  689.         Keystroke macros let you assign a frequently typed sequence
  690.         of keys to an unused function or control key. They permit
  691.         "hot key" access to common menu functions.
  692.  
  693. Record macro    Adds a keystroke macro by recording your editing operations
  694.         while you make them. The status line indicates this special
  695.         mode with "Record macro" on the left side. The right side
  696.         indicates the key-press needed to stop the recording.
  697.  
  698.     NOTE:    Use {CONFIG, Save into VEDIT} to permanently add new
  699.         keystroke macros to VEDIT.
  700.  
  701. Change layout    Lets you change the keyboard layout for the basic edit
  702.         functions.
  703.  
  704. Display layout    Displays the keyboard layout. Either the entire layout or
  705.         just the keystroke macros can be displayed.
  706.  
  707. Print layout    Prints the keyboard layout. Either the entire layout or just
  708.         the keystroke macros can be printed.
  709.  
  710. Save to disk    Saves the entire keyboard layout including any newly added
  711.         keystroke macro to a disk file. This file can easily be
  712.         edited and then loaded back into VEDIT.
  713.  
  714. Load from disk    Load an entire new keyboard layout including new keystroke
  715.         macros from a disk file. Examples files to load are
  716.         "WORDSTAR.KEY" and "WORDPERF.KEY".
  717.  
  718. \PC\ {PRINT, Config} Sub-menu --
  719. Paper length        Set to the LENGTH of the paper in lines, typically 66.
  720.             The number of lines printed per page is the paper size
  721.             minus the top and bottom margins.
  722.  
  723. Top margin        The number of blank lines printed at the top of each
  724.             page. A value of "0" causes printing to start on the
  725.             very first line.
  726.  
  727. Bottom margin        The number of blank lines printed at the bottom of
  728.             each page.
  729.  
  730. Left margin        This is the number of columns that all text is offset
  731.             from the left edge of the paper.
  732.  
  733.     NOTE:        If all three margins are set to zero (0), the text is
  734.             printed without any formatting.
  735.  
  736.  
  737. Line spacing        Determines whether text is single spaced (1), double
  738.             spaced (2) or triple spaced (3).
  739.  
  740. Enable Form-feed    When enabled, VEDIT uses a Form-feed character to
  741.             advance to a new page;  otherwise multiple Line-feeds
  742.             are used. Any Form-feed character in the text also
  743.             signals VEDIT to start a new page.
  744.  
  745. Page eject on        Determines whether a page eject is included at the end
  746. Finish/Eject        of each print job, i.e. with {PRINT, All} and {PRINT,
  747.             Finish/Eject}. Normally enabled for non-network DOS
  748.             printer and disabled for network and UNIX/QNX
  749.             printers.
  750.  
  751. Printer        Selects the printer device:
  752.         0 = Default    The default printer can be changed below.
  753.         1 = LPT1:
  754.         2 = LPT2:
  755.         3 = LPT3:
  756.         4 = COM1:
  757.         5 = COM2:
  758.         6 = COM3:
  759.         7 = file    Each time you start a new print job, you will
  760.                 be prompted for the filename.
  761.  
  762. Change default printer    Selects the device to which VEDIT prints when
  763.             {PRINT, Config, Printer} is set to "0". Under DOS,
  764.             this is initially "PRN" (under UNIX/QNX, it is "lp").
  765.             This device can also be changed to a filename such
  766.             as "VEDITPRN.PRN"; however, each print job will then
  767.             overwrite the previous one.
  768.  
  769. \SC\ {SEARCH, Config} Sub-menu --
  770. Equate Upper/Lower case during search
  771.  
  772.     Determines whether upper and lower case letters are equated when
  773.     searching and replacing. Typically they are equated so that the
  774.     string "why" will match "Why", "WHY" and "why".
  775.  
  776. \GW\ {CONFIG, Word processing} Sub-menu --
  777. Left margin  (0 - 80)
  778.  
  779.     The left margin used for formatting paragraphs. It is also the
  780.     "Indent position" in Visual Mode and can also be changed with
  781.     [INDENT] and [INDENT].
  782.  
  783. Right margin  (0=Off, 1 - 255)
  784.     The right margin used for word wrap and for formatting paragraphs. A
  785.     value of "0" disables both word wrap and formatting. It should be
  786.     disabled when editing programs!
  787.  
  788. Justify paragraphs  (0=Off, 1=On, 2=Unjustify)
  789.  
  790.     Determines whether {EDIT, Format paragraph} will also justify the
  791.     formatted paragraph. "0" disables justification; "1" enables
  792.     justification. "2" will "unjustify" the paragraph, removing extra
  793.     spaces.
  794.  
  795. \GP\ {CONFIG, Programming} Sub-menu --
  796. Auto-indent mode
  797.  
  798.     When enabled, the indent position for a new line of text is initially
  799.     the same as for the previous line of text. This is convenient for
  800.     programming in 'C', Pascal, PL/I, etc. The indent position can then
  801.     be changed with [INDENT] and [UNDENT].
  802.  
  803.  
  804.  
  805.  
  806. Indent increment  (1 - 20)
  807.  
  808.     Controls how much further the editor indents each time [INDENT] is
  809.     pressed.
  810.  
  811.  
  812.  
  813.  
  814.  
  815.  
  816. Lower/upper case key conversion  (0 - 3)
  817.  
  818.     Determines whether lower case characters are converted to upper case.
  819.  
  820.     0 - No conversion takes place.
  821.     1 - All lower case letters are converted to upper case.
  822.     2 - Lower case letters are converted to upper case, unless the cursor
  823.         is past a "special" character set by parameter (5). Primarily
  824.         applicable to assembly language programming, where it is
  825.         desirable to have the Label, Opcode and Operand in upper case and
  826.         the comment in upper and lower case.
  827.     3 - Similar to (2) except that characters are reversed instead of
  828.         being forced to upper case.
  829.  
  830. Conditional conversion character  (32 - 126)
  831.  
  832.     Sets the conditional upper/lower case conversion character used above.
  833.  
  834. \GC\ {CONFIG, Colors} Sub-menu --
  835. Black on Blue      16    Blue on Black      1    Green on Black      2
  836.      Green      32        Green     33         Blue     18
  837.      Cyan      48        Cyan     49         Cyan     50
  838.      Red      64        Red     65         Red     66
  839.      Magenta  80        Magenta  81         Magenta 82
  840.      Brown      96        Brown     97         Brown     98
  841.      White     112        White    113         White  114
  842.  
  843. Note:    Add 8 if you want "bright" colors. "Bright black" is grey. "Bright
  844.     Brown" is really yellow.
  845.  
  846. Cyan on Black      3    Red on  Black      4    Magenta on Black   5
  847.     Blue     19        Blue     20           Blue      21
  848.     Green     35        Green     36           Green  37
  849.     Red     67        Cyan     52           Cyan      53
  850.     Magenta     83        Magenta     84           Red      69
  851.     Brown     99        Brown    100           Brown 101
  852.     White    115        White    116           White 117
  853.  
  854.  
  855.  
  856. Brown on Black      6    White on Black      7    Yellow on Black      14
  857.      Blue     22         Blue     23          Blue      30
  858.      Green     38         Green     39          Green      46
  859.      Cyan     54         Cyan     55          Cyan      62
  860.      Red     70         Red     71          Red      78
  861.      Magenta 86         Magenta 87          Magenta 94
  862.      White    111         Brown    103          Brown     110
  863.                               White     119
  864.  
  865.  
  866. Edited text        Color of the text being edited.
  867.  
  868. Status line        Color of the status line, filename, line and column
  869.             numbers.
  870.  
  871. Status line messages    Color of the "TEXT", "BLOCK", "INS" and other
  872.             messages.
  873.  
  874. Window border        Color of the border around the editing window.
  875.  
  876. Window border message    Color of the "WINDOW" message of the active window.
  877.  
  878. Dialog prompts        Color of the pop-up dialog boxes.
  879.  
  880. Main menu        Color of the main menu bar
  881.  
  882. Main menu selection    Color of the letter which selects each main menu item.
  883.  
  884. Main menu highlighting    Color of the item which is currently selected.
  885.  
  886. Pull-down menu        Color of the pull-down menus
  887.  
  888. Pull-down menu selection    Color of the letter which selects each
  889.                 pull-down menu item.
  890.  
  891. Pull-down menu (override)    Override color for the sub-menu item which is
  892.                 currently selected. If "0", the reverse video
  893.                 of "Pull-down menu" is used.
  894.  
  895. Block highlighting (override)    Override color for blocks being highlighted.
  896.                 If "0", the reverse video of the text color
  897.                 is used.
  898.  
  899. Cursor (override)        Override color for the (non-system) cursor.
  900.                 If "0", the reverse video of the text color
  901.                 is used.
  902.  
  903. Screen erase (override)        Override for portion of editing window where
  904.                 there is no text. If "0", the same color as
  905.                 the text is used.
  906.  
  907. Help window (override)        Override for pop-up help windows. If "0", the
  908.                 same color as the current text is used.
  909.  
  910. Inactive menu items (override)    Override for items in the {BLOCK} menu which
  911.                 are currently inactive. If "0", the same color
  912.                 as "Pull-down menu" is used.
  913.  
  914. Current line (override)        Override for the current line when {CONFIG,
  915.                 Screen display, Highlight cursor line} is
  916.                 enabled. If "0", the current line is displayed
  917.                 in "bright" characters.
  918.  
  919. \GD\ {CONFIG, Screen display} Sub-menu --
  920. Enable scroll bars
  921.  
  922.     Determines whether editing windows are displayed with scroll bars
  923.     and full borders; this simplifies mouse operation.
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930. Enable sub-menu preview
  931.  
  932.     When set to "Yes", sub-menus are displayed before they are selected.
  933.     This is non-standard, but is particularly useful when browsing the
  934.     sub-menus in the {CONFIG} menu. When using a mouse, sub-menus are
  935.     always previewed as is typical in other programs.
  936.  
  937.  
  938.  
  939.  
  940. Highlight cursor line
  941.  
  942.     When set to "Yes", the entire line the cursor is on is highlighted.
  943.     By default, the highlighting is displayed using "bright" characters.
  944.     You can also select an overriding color with {CONFIG, Colors, Color
  945.     override for current line.}
  946.  
  947.  
  948.  
  949.  
  950. Screen display mode (0 - 7)
  951.  
  952.     Controls in what mode characters are displayed.
  953.  
  954.     This option combines five options into one by having you add "mask"
  955.     values (setting bits) for each desired sub-option.
  956.  
  957.     The base value of "0" displays all characters literally except <Tab>,
  958.     <CR> and <LF>.
  959.  
  960.     Mask 1 - Display control characters in the format "^x".
  961.     Mask 2 - Display graphics characters in the format "<nnn>".
  962.     Mask 4 - Display <Tab>, <CR> and <LF> literally (when possible).
  963.  
  964. NOTE:   If Mask-1 and Mask-4 are both set, all control characters are
  965.     displayed as "." (period). This is needed for CRT terminals and other
  966.     systems that cannot display control characters literally.
  967.  
  968.  
  969.  
  970. Newline display character (0 - 255)
  971.  
  972.     The character displayed at the end of each line in Visual Mode where
  973.     the "newline" normally is. The default "space" (value 32) is, of
  974.     course, not visible. Visible candidates on an IBM PC include values
  975.     11 and 14.
  976.  
  977. Note:    This character is only displayed when Mask-4 of "Screen display
  978.     mode" is reset.
  979.  
  980. Tab display character (0 - 255)
  981.  
  982.     The fill-character used to display tab characters on the screen. By
  983.     default "spaces" (value 32) are displayed to the next tab position.
  984.     If you need a better indication of where tab characters are, pick
  985.     another character such as a "period" (value 46) or value 4.
  986.  
  987. Note:    This character is only displayed when Mask-4 of "Screen display
  988.     mode" is reset.
  989.  
  990. \GE\ {CONFIG, Emulation} Sub-menu --
  991. Cursor positioning mode (0 - 4)
  992.  
  993.     Controls how the cursor moves on the screen where there is no text.
  994.  
  995.     0 - Cursor positions only to real text.
  996.     1 - Cursor moves straight up/down past short lines.
  997.     2 - Cursor zig-zags up/down past short lines.
  998.     3 - Cursor moves as (1), pads when inserting past line.
  999.     4 - Cursor moves anywhere, pads when inserting past line.
  1000.  
  1001. Typewriter emulation mode (0 - 7)
  1002.     0 - [TAB CHAR] and <Enter> always insert respective characters.
  1003.     1 - [TAB CHAR] performs [NEXT TAB STOP] in "Overstrike" mode and
  1004.         inserts a Tab character in "Insert" mode.
  1005.     2 - [TAB CHAR] always inserts; <Enter> performs [NEXT LINE] in
  1006.         "Overstrike" mode and inserts a "newline" in "Insert" mode.
  1007.     3 - [TAB CHAR] same as mode "1"; <Enter> same as mode "2".
  1008.     4 - [TAB CHAR] always inserts; <Enter> always performs [NEXT LINE].
  1009.     5 - [TAB CHAR] same as mode "1"; <Enter> always performs [NEXT LINE].
  1010. more...
  1011.     6 - [TAB CHAR] always inserts; <Enter> inserts a "newline" following
  1012.         the current line (opens a new line).
  1013.     7 - [TAB CHAR] same as mode "1"; <Enter> same as mode "6".
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021. [BACKSPACE] emulation mode (0 - 3)
  1022.  
  1023.     0 - Always deletes the preceding character including "newline".
  1024.     1 - Only deletes in "Insert" mode, just moves the cursor left in
  1025.         "Overstrike" mode.
  1026.     2 - Always deletes the preceding character, but stops at the beginning
  1027.         of the line.
  1028.     3 - Only deletes in "Insert" mode and stops at the beginning of line.
  1029.  
  1030.  
  1031. Line emulation mode (0 - 5)
  1032.     0 - [LINE BEGIN] and [LINE END] move to 1st/last character only on
  1033.         the current screen line. Successive presses have no effect.
  1034.     1 - Move to 1st/last character of current text line. Successive
  1035.         presses have no effect.
  1036.     2 - Move to 1st/last char only on current screen line. Successive
  1037.         presses move to preceding/next screen line.
  1038.     3 - Move to 1st/last char on current text line. Successive presses
  1039.         move to preceding/next text line.
  1040. more...
  1041.  
  1042.     4 - Move to 1st/last char only on current screen line; otherwise
  1043.         same as mode "5".
  1044.     5 - Move to 1st/last char on current text line. 2nd [LINE BEGIN] moves
  1045.         to beginning of screen; 3rd moves to beginning of file. 2nd
  1046.         [LINE END] moves to end of screen; 3rd moves to end of file.
  1047.  
  1048.  
  1049.  
  1050.  
  1051.  
  1052. Special emulation modes (0 - 255)
  1053.  
  1054.     Enables special emulation modes.  "0" disables the special modes.
  1055.  
  1056.     This option combines several options into one by having you add "mask"
  1057.     values (setting bits) for each desired sub-option.
  1058.  
  1059.     VEDIT accepts numeric expressions on input; therefore you can, for
  1060.     example, enter "8+32+64".
  1061.  
  1062.     Mask 1  - [SCREEN BEGIN] / [SCREEN END] goto 1st/last column on line.
  1063.     Mask 2  - [SCROLL UP] / [SCROLL DOWN] leave cursor in screen line.
  1064.     Mask 4  - Unused.
  1065.     Mask 8  - [CURSOR RIGHT] and [CURSOR LEFT] don't wrap.
  1066.     Mask 16 - Last char, not newline, is last line position (vi only).
  1067.     Mask 32 - [DELETE] doesn't delete newline.
  1068.     Mask 64 - [DELETE] doesn't delete block.
  1069.     Mask 128- [SEARCH] and [REPLACE] also perform [SEARCH AGAIN]
  1070.  
  1071.  
  1072. Expand <Tab> key with spaces
  1073.  
  1074.     Determines whether the [TAB CHARACTER] key is expanded with spaces to
  1075.     the next tab position. If not, a Tab character is inserted into the
  1076.     text. Tab characters are normally used to save disk space.
  1077.  
  1078. NOTE:    If you enable this option, you will probably want to disable {CONFIG,
  1079.     Emulation, Retab after columnar block insert} to prevent columnar-
  1080.     block operations from inserting Tab characters.
  1081.  
  1082. Auto-Cancel block markers
  1083.  
  1084.     Determines whether the new block of text is highlighted following a
  1085.     direct block copy or move.
  1086.  
  1087.     No  - New block of text is highlighted. This emulates WordStar,
  1088.           Sidekick, etc., but requires an extra step to remove markers.
  1089.     Yes - Auto-cancel markers so that block markers are reset/removed
  1090.           following a direct copy or move.
  1091.  
  1092. Horizontal scroll margin  (0 = Off, 40 - 255)
  1093.  
  1094.     Sets the maximum right margin for scrolling. Text lines longer than
  1095.     this "scroll margin" are wrapped to the next screen line. Typically
  1096.     set to 79 to have long lines wrapped on the screen. Set to "0" to
  1097.     disable the margin and have long lines extend indefinitely to the
  1098.     right.
  1099.  
  1100.  
  1101.  
  1102. Horizontal scroll increment  (1 - 100)
  1103.  
  1104.     Determines how much the screen scrolls right or left when [SCROLL
  1105.     RIGHT] and [SCROLL LEFT] are pressed or VEDIT scrolls automatically.
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112. Retab after columnar block insert
  1113.  
  1114.     Controls whether sequences of spaces in a columnar block insertion are
  1115.     converted to Tab characters. During a columnar block copy/move to a
  1116.     text register, tab characters are always converted to spaces. When a
  1117.     columnar register is inserted or "Copy/Move to cursor" is performed,
  1118.     and this switch enabled, the spaces in the inserted text are converted
  1119.     to tab characters.
  1120.  
  1121.     This switch does not affect normal (non-columnar) block operations.
  1122.  
  1123.  
  1124. Trim spaces after columnar block insert
  1125.  
  1126.     Controls whether the trailing spaces of a columnar block insertion at
  1127.     the end of lines are removed. This only trims spaces on those lines
  1128.     involved in the insertion.
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134. Advance cursor past block insert
  1135.  
  1136.     Determines whether the cursor advances following a block, text
  1137.     register or file insertion.
  1138.  
  1139.     No  - The cursor is not moved and is left at the beginning of the
  1140.           inserted text.
  1141.     Yes - The cursor is advanced past the inserted text.
  1142.  
  1143. \GF\ {CONFIG, File handling} Sub-menu --
  1144. Auto-save interval (0=Off, minutes)
  1145.  
  1146.     Controls the auto-file-save feature. "0" disables it. Otherwise, VEDIT
  1147.     will save the current file after the configured number of minutes
  1148.     (1 - 255) from the time of the last auto-save -OR- you manually
  1149.     selected {FILE, Save and continue}.
  1150.  
  1151.  
  1152.  
  1153.  
  1154. Enable backup files
  1155.  
  1156.     Controls whether backup files are created, i.e. whether the original
  1157.     file is renamed to "filename.BAK".
  1158.  
  1159.  
  1160.  
  1161.  
  1162.  
  1163.  
  1164. Enable fast browse mode
  1165.  
  1166.     Only applicable when VEDIT has been started in browse mode ("-b"), the
  1167.     current file is a "read-only" file or you selected {FILE, Browse mode}
  1168.     before editing the current file.
  1169.  
  1170.     When enabled, {GOTO, Beginning of file}, {GOTO, End of file} and
  1171.     relative jumps with the mouse will be instantaneous; however, the
  1172.     current line number will not always be known. When disabled, browsing
  1173.     is slower, but the line number is always displayed.
  1174.  
  1175. Use V-SWAP when entering DOS
  1176.  
  1177.     Determines whether VEDIT will use the V-SWAP program (when already
  1178.     installed in memory) to swap itself out of memory when entering DOS.
  1179.     No error is given if V-SWAP is not in memory.
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185. E-O-F processing (0=Off, 1=Truncate, 2=EOF Mark, 3=Padding)
  1186.     Controls how VEDIT deals with the Ctrl-Z end-of-file marker used in
  1187.     some DOS text files. If enabled, VEDIT does not read past the first
  1188.     Ctrl-Z and will not insert Ctrl-Z characters.
  1189.  
  1190.     0 - Normal text/binary file. Ctrl-Z is not treated specially.
  1191.     1 - Text file. Files are written in their exact file length.
  1192.     2 - Text file. Files are written with one Ctrl-Z end-of-file marker.
  1193.     3 - Text file. Files are written with one Ctrl-Z and are padded with
  1194.         zeros to make the file length a multiple of 128.
  1195.  
  1196. File type ((0=CR+LF, 1=LF, n=record size)
  1197.  
  1198.     Determines the type of file VEDIT assumes it is editing. Controls
  1199.     screen display and some editing operations.
  1200.  
  1201.     0=CR+LF     Each text line ends in both a Carriage-return and Line-feed.
  1202.          Typical for DOS.
  1203.     1=LF     Each text line ends in just a Line-feed.
  1204.          Typical for UNIX/XENIX.
  1205.  
  1206.     n     Instead of assuming that lines end in a Line-feed (CR+LF or
  1207.     (8-2048) LF), VEDIT treats each line as simply 'n' characters.
  1208.          Typical for binary files. Word processing and columnar
  1209.          operations are not available in this mode.
  1210.  
  1211.  
  1212.  
  1213.  
  1214.  
  1215.  
  1216. Enable auto-file type
  1217.  
  1218.     When enabled, VEDIT sets the best file type for each file edited. If
  1219.     a LF is not found within the first 1024 bytes, a binary file is
  1220.     assumed and "File type" is set to "64". If a LF is found, the "File
  1221.     type" is set to "0" or "1" depending upon whether the previous
  1222.     character is a CR.
  1223.  
  1224.     You can override the "File type" if VEDIT sets it incorrectly for your
  1225.     needs.
  1226.  
  1227. \GM\ {CONFIG, Misc} Sub-menu --
  1228. Cursor type in overstrike mode  (0 - 6)
  1229. Cursor type in insert mode  (0 - 6)
  1230.  
  1231.     The displayed cursor type used in overstrike and insert modes.
  1232.     Types 1, 2, 4, 5 and 6 are best on the IBM PC.
  1233.  
  1234.     0 - Blinking Underline (configurable) character
  1235.     1 - Blinking Reverse Video Block - variable blink rate
  1236.     2 - Solid Reverse Video Block
  1237.     3 - Attribute  (uses IBM PC "blink" attribute)
  1238.     4 - Thin system cursor (IBM PC only)
  1239.     5 - Medium system cursor
  1240.     6 - Full-height system cursor
  1241.  
  1242. Cursor blink rate  (10 - 255)
  1243.  
  1244.     The cursor's blink rate for cursor types 0 and 1. A smaller number
  1245.     causes the cursor to blink faster.
  1246.  
  1247.  
  1248.  
  1249.  
  1250.  
  1251.  
  1252. Keyboard input options  (0 - 15)
  1253.  
  1254.     Controls processing of keyboard characters. Only rarely changed!
  1255.  
  1256.     This option combines four options into one by having you add "mask"
  1257.     values (setting bits) for each desired sub-option.
  1258.  
  1259.     The base value of "0" strips 8 bit characters, discards unassigned
  1260.     control keys and preserves the case of letters.
  1261.  
  1262.     Mask 1 - Enable 8 bit (graphics) keyboard characters.
  1263.     Mask 2 - Treat 8 bit characters as function keys.
  1264.     Mask 4 - Enter unassigned function/control keys into the text.
  1265.     Mask 8 - Reverse the case of all letters, e.g. typing "a" gives you
  1266.          "A" and typing "A" gives you "a".
  1267.  
  1268.  
  1269.  
  1270.  
  1271.  
  1272. Beep level (0 - 4)
  1273.  
  1274.     Controls under what conditions VEDIT produces a beep on the speaker.
  1275.  
  1276.     0 - Never.
  1277.     1 - Only from the macro language (YA command).
  1278.     2 - Also when pressing invalid keys in dialog boxes.
  1279.     3 - Also when pressing invalid keys in the menu system.
  1280.     4 - Also when pressing unassigned function keys.
  1281.  
  1282. Help level (0 - 1)
  1283.  
  1284.     Enables the help line at the bottom of the screen within the menu
  1285.     system and during Point & Shoot file selection. "0" turns off this
  1286.     line.
  1287.  
  1288.  
  1289.  
  1290.  
  1291.  
  1292. Mouse cursor (0=Off, 1=Corner, 2=Center)
  1293.  
  1294.     Controls mouse support and where the mouse cursor is initially placed.
  1295.  
  1296.     0 - Disable mouse support.
  1297.     1 - Enable mouse support, place mouse cursor in top left corner
  1298.         where it is "invisible".
  1299.     2 - Enable mouse support, place mouse cursor in center of screen.
  1300.  
  1301.  
  1302. Keyboard repeat rate (0=Normal, 1 - 32)
  1303.  
  1304.     Controls how fast the keyboard will repeat when a key is held down.
  1305.     It is only applicable with IBM PC AT and PS/2 type keyboards.
  1306.  
  1307.     Higher numbers repeat faster. The special value "0" disables this
  1308.     feature to prevent interference with "TSR" type keyboard enhancing
  1309.     programs. To disable, select "0", save with {CONFIG, Save into VEDIT}
  1310.     and invoke VEDIT again.
  1311.  
  1312. \TM\
  1313. Select text marker -- (Set marker; Goto marker)
  1314.  
  1315. Press a digit "0" - "9" to select the desired text marker. Or press <Enter>
  1316. or any function key to select marker "0".
  1317.  
  1318. Up to 10 invisible markers may be set for remembering positions in a file and
  1319. returning to them later. Markers "stick" to particular characters.
  1320. Attempting to go to a marker that has not been set has no effect.
  1321.  
  1322. \CT\
  1323. Display/Change Tab stops --
  1324.  
  1325. Displays the current tab positions (stops). Press "Y" to change positions. If
  1326. you want a constant tab interval, e.g. "8", enter the single number and press
  1327. <Enter>. Otherwise, enter all of the desired tab positions followed by one
  1328. <Enter>. (The cursor automatically moves to the next line if needed.)
  1329.  
  1330. \AT\
  1331. ASCII table --        Displays the standard ASCII table.
  1332.  
  1333. All 256 characters are displayed with their decimal values. The first 32
  1334. control characters are also displayed in the common expanded "^" format.
  1335. Press <Enter> to see the next page of characters. Press "Y" to enter a
  1336. particular character - you will be prompted for its decimal value.
  1337.  
  1338. Note:    You can also enter control chars directly using [ENTER CTRL] or
  1339.     {EDIT, Enter CTRL char}. Box drawing characters can be entered
  1340.     directly using the IBM PC keyboard's "ALT keypad" feature.
  1341.  
  1342. \FN\ \FO\
  1343. {FILE, New} or {FILE, Open} prompt -- Save or abandon the current file.
  1344.  
  1345. [Y]es        Saves all changes to the current file.
  1346.  
  1347. [N]o        Abandons (quits) the current file. The changes to the current
  1348.         file are not saved.
  1349.  
  1350. \QF\
  1351. Abandon altered file [Y]es [N]o -- Confirmation for "EQ" command
  1352.  
  1353. [Y]es        Abandons the current file without saving any changes. If this
  1354.         is the last altered file, it exits VEDIT, otherwise it
  1355.         repeats for the next file.
  1356.  
  1357. [N]o        Cancels the command; does not abandon the file.
  1358.  
  1359. \FE\
  1360. {FILE, Exit} prompt -- Save/abandon file and exit.
  1361.  
  1362. [Y]es        Saves the specified file and exits VEDIT. If the file has no
  1363.         assigned filename, you are prompted for one.
  1364.  
  1365. [N]o-abandon    Abandons (quits) the specified file and exits VEDIT. The
  1366.         changes are not saved.
  1367.  
  1368. [C]ancel    Does not save/abandon the file and returns to editing.
  1369.  
  1370. \FF\
  1371. "Enter filename" prompt --
  1372.  
  1373. Enter the name of the desired file. You can include a full drive and path
  1374. specification. Examples: "letter2.txt", "c:\documents\family\letter2.txt".
  1375.  
  1376. -OR-    Just press <Enter> to select the file via "Point & Shoot".
  1377.  
  1378. -OR-    Enter a 'filespec' such as "*.txt" to select via Point & Shoot only
  1379.     from those files ending in ".txt".
  1380.  
  1381. \SF\
  1382. Point & Shoot file selection --
  1383.  
  1384. To select a file, use the cursor keys to highlight the desired filename and
  1385. press <Enter>. When there are many files, [PAGE UP] and [PAGE DOWN] may help
  1386. in viewing the filenames; [LINE END] (<End>) highlights the last filename and
  1387. [LINE BEGIN] (<Home>) highlights the first filename.
  1388.  
  1389. To select a filename by incremental searching, type the first characters of
  1390. the filename. The first (or nearest) filename matching those characters will
  1391. be highlighted. Press [LINE BEGIN] (<Home>) to reset the incremental search.
  1392.  
  1393. Selecting the special filename ".." moves up in the directory structure. Any
  1394. directories are displayed before other filenames and are indicated with a
  1395. following "\". Selecting a subdirectory moves to that subdirectory.
  1396.  
  1397. The top line displays the current "filespec" consisting of the drive,
  1398. directory name and the wildcard "filter" that determines which filenames are
  1399. displayed. Press [CURSOR UP] to recall previously entered filespecs.
  1400.  
  1401. Press [TAB CHAR] (<Tab>) to access the top line and enter a new filespec.
  1402.  
  1403. Press [ESCAPE] to cancel the point & shoot operation.
  1404.  
  1405. Use {FILE, Directory (change)} to change the default "current" directory.
  1406.  
  1407. \AM\
  1408. Add keystroke macro --
  1409.  
  1410. Adds new keystroke macros to the keyboard layout. Also modifies and deletes
  1411. existing ones. Immediately press [ESCAPE] to cancel this function.
  1412.  
  1413. For "Function/control key" press the function (or <ALT>) key to which a
  1414. sequence of keystrokes will be assigned. Then press [ESCAPE].
  1415.  
  1416. For "Edit sequence" enter the keystrokes exactly as you would type them to
  1417. perform the desired editing operation. Press [ESCAPE] again.
  1418.  
  1419. To edit an existing keystroke macro, enter the corresponding key at the first
  1420. prompt. Press the key again at the second prompt. This will display the entire
  1421. keystroke sequence. Then use [BACKSPACE] to delete keystrokes from the end and
  1422. enter the revised keystrokes.
  1423.  
  1424. To delete an existing keystroke macro, enter the corresponding key at the
  1425. first prompt. At the "Edit sequence" prompt, immediately press [ESCAPE].
  1426.  
  1427. Alternatively, use {MISC, Keyboard layout, Record macro} to add a new
  1428. keystroke macro by recording your editing operations as you make them.
  1429.  
  1430. Use {CONFIG, Save into VEDIT} to permanently add new keystroke macros to
  1431. VEDIT.
  1432.  
  1433. \LM\
  1434. Record macro --
  1435.  
  1436. Adds a new keystroke macro to the keyboard layout. First prompts for
  1437. "Function/control key" - this is usually an unused function (or <ALT>) key to
  1438. which a sequence of keystrokes are then assigned. Follow with [ESCAPE].
  1439.  
  1440. The status line will display "Record macro" to indicate that all editing
  1441. operations are now being recorded. The status line also indicates the
  1442. key-press needed to turn off the recording. This is either the "hot-key"
  1443. for {MISC, Keyboard layout, Record macro} (default: Alt-K) or <Ctrl-]>.
  1444.  
  1445. Alternatively, new keystroke macros can be added using {MISC, Keyboard
  1446. layout, Add macro}.
  1447.  
  1448. \KC\
  1449. Change keyboard layout --
  1450.  
  1451. This function lets you change the key assignments for the basic edit
  1452. functions. It does not change or add keystroke macros.
  1453.  
  1454. [M]odify layout; [C]reate new basic layout; [D]elete entire layout?
  1455.  
  1456. [M]odify    Does not initially delete any assignments. Use this when
  1457.         making small to moderate changes to the keyboard layout.
  1458.  
  1459. [C]reate    Deletes all basic edit function assignments from the
  1460.         keyboard layout; it does not delete keystroke macros. Use
  1461.         this when you want to make major changes to the layout but
  1462.         save all existing keystroke macros.
  1463.  
  1464. [D]elete    Deletes all key assignments including keystroke macros. Use
  1465.         this only when entering an entirely new keyboard layout.
  1466.  
  1467. Beginning with [BACKSPACE], each edit function is displayed, following by
  1468. the current key assignment. If there is none, "Not assigned" is displayed.
  1469. You can then enter a new assignment followed by <Enter>, or advance to the
  1470. next edit function by immediately pressing <Enter>.
  1471.  
  1472. You can also type the following character followed by <Enter>:
  1473.  
  1474. B    Go back to the beginning, i.e. back to "[BACKSPACE]".
  1475. P    Go to the previous item.
  1476. E    Exit this function and return to normal editing.
  1477. -    Delete the current assignment, changing it to "not assigned".
  1478. +    Add a duplicate assignment.
  1479.  
  1480. Duplicate assignments permit two (or more) keys to perform the same edit
  1481. function. After entering "+", the name of the edit function is displayed
  1482. again; normally this is followed by "Not assigned" unless there already is a
  1483. duplicate assignment.
  1484.  
  1485. When done, VEDIT checks that [ESCAPE] is assigned to some key. If not, it
  1486. is assigned to the <Esc> key. This ensures that enough keys are defined
  1487. to exit VEDIT via the {ESCAPE} menu. Remember that you can use <Space Bar>
  1488. to navigate a menu.
  1489.  
  1490. \KD\
  1491. [F]ull layout  [K]eystroke macros only
  1492.  
  1493. [F]ull        Displays the full layout which includes the basic keyboard
  1494.         layout and all keystroke macros.
  1495.  
  1496. [K]eystroke    Skips displaying the basic layout and displays only the
  1497.         keystroke macros.
  1498.  
  1499. \KS\
  1500. Save in [T]ext or [B]inary format -
  1501.  
  1502. [T]ext        The keyboard layout is saved in a format that is easy to edit.
  1503.         However this format takes a few seconds to load with
  1504.         {MISC, Keyboard layout, Load from disk}.
  1505.  
  1506. [B]inary    The keyboard layout is saved in a format that cannot be
  1507.         easily edited. This format loads very quickly into VEDIT.
  1508.  
  1509. \GH\
  1510.         -- NO SPECIFIC HELP IS AVAILABLE --
  1511.  
  1512. Prompts to "Press" a key require only a single keystroke - do not press
  1513. <Enter>. Prompts to "Enter" a value or string must be followed by <Enter>.
  1514. Press [CANCEL] (<Ctrl-C>) to cancel this operation.
  1515.  
  1516. When prompted for a number, you can also enter a numeric expression. For
  1517. example: "1234+854/2", which is identical to "1234+(854/2)".
  1518.  
  1519. Before you press <Enter> you can edit your response using [BACKSPACE],
  1520. [CURSOR RIGHT], [CURSOR LEFT] and [DELETE]. Characters typed in the middle
  1521. of a line are inserted. You do NOT need to move the cursor to the end of
  1522. the line before pressing <Enter>.
  1523.  
  1524. \STAT\
  1525. BLOCK        Indicates that both block markers have been set. The block
  1526.         can be processed from the {BLOCK} menu or printed from the
  1527.         {PRINT} menu. The block markers can be removed (cancelled)
  1528.         by pressing [CANCEL].
  1529.  
  1530. C-N-S        On the IBM PC, the status of the Caps/Num/Scroll Lock is
  1531.         displayed on the status line with the single letters "C", "N"
  1532.         and "S".
  1533.  
  1534. COL:        Indicates in which column of the text the cursor is located.
  1535.         When the screen is scrolled sideways, the "COL" changes to
  1536.         the column number corresponding to the left side of the
  1537.         screen. E.g. "40:112" indicates the left screen edge is at
  1538.         column 40 and the cursor is in column 112.
  1539.  
  1540. DISK        Indicates that the disk is full. This requires immediate
  1541.         attention since the file currently cannot be saved to disk.
  1542.         Use {MISC, DOS shell} to enter DOS and delete unnecessary
  1543.         files. Or use {FILE, Save as} to save the current file on
  1544.         another disk.
  1545.  
  1546. filename    Indicates the name of the file you are currently editing.
  1547.         Technically it is the name of the "output file" - the name
  1548.         that the file will have when you save it on disk.
  1549.  
  1550.         When the filename is preceded with "!", this indicates that
  1551.         the file was opened in "browse-only" mode - you cannot alter
  1552.         the file, but you can browse through it more quickly.
  1553.  
  1554. INS        Indicates that you are in "Insert" mode. Any typed text will
  1555.         be inserted and not overwrite the existing text.
  1556.  
  1557. LINE:        Indicates on what line of the file the cursor is. The line
  1558.         number for a particular line of text will decrease if any
  1559.         preceding lines are deleted, and will increase if lines are
  1560.         inserted into the preceding text. The message is reduced to
  1561.         "LI:" for line numbers greater than 65535. When the message
  1562.         is all in capital letters the entire file is memory.
  1563.         Otherwise the message is displayed as follows:
  1564.  
  1565. Line:        The beginning of the file is currently in memory, but the end
  1566.         of the file is on disk.
  1567.  
  1568. lINE:        The end of the file is currently in memory, but the beginning
  1569.         of the file has been written to disk.
  1570.  
  1571. line:        Neither the very beginning nor end of the file is currently
  1572.         in memory - they are both on disk.
  1573.  
  1574. RM:        This message is only displayed when a right margin is set and
  1575.         is followed by the margin value.
  1576.  
  1577. TEXT        Indicates that you have text in the "scratchpad" register. The
  1578.         BLOCK and 1-END messages have higher priority than TEXT.
  1579.  
  1580. 1-END        Indicates that you have marked one end of a block of text. The
  1581.         block of text is highlighted as you move the cursor. The block
  1582.         block can be processed from the {BLOCK} menu or printed from
  1583.         the {PRINT} menu. The block markers can be removed (cancelled)
  1584.         by pressing [CANCEL] (<Ctrl-C>).
  1585.  
  1586. \MARG\
  1587.  
  1588. You can set the left margin in the {CONFIG, Word processing} sub-menu or with
  1589. the [INDENT] and [UNDENT] keys which change the margin by an "increment",
  1590. typically 4.
  1591.  
  1592. To enable word wrap and paragraph formatting, you must set the right margin
  1593. using the {CONFIG, Word processing} sub-menu. A value of 00 turns word wrap
  1594. off and disables {EDIT, Format paragraph}.
  1595.  
  1596. \FORM\
  1597.  
  1598. {EDIT, Format paragraph} will format (or re-format) a paragraph between the
  1599. current left and right margins. Optionally, the paragraph will be right
  1600. justified if this is selected from the {CONFIG, Word processing} sub-menu.
  1601.  
  1602. After formatting, the cursor moves to the next paragraph. Therefore, you can
  1603. repeatedly select {EDIT, Format paragraph} to format one paragraph after
  1604. another.
  1605.  
  1606. REMEMBER:  Paragraphs must be separated from each other by a blank line.
  1607.  
  1608. \HZ\
  1609.  
  1610. The screen may be scrolled horizontally by pressing [SCROLL RIGHT] and
  1611. [SCROLL LEFT]. "COL:" on the status line will change to the column number
  1612. corresponding to the left edge of the screen. The horizontal scrolling works
  1613. in "increments", typically 20 columns. The scrolling increment can be
  1614. changed with {CONFIG, Emulation, Horizontal scroll increment}.
  1615.  
  1616. An optional maximum line length (with horizontal scrolling) can be set with
  1617. {CONFIG, Emulation, Horizontal scroll margin}. Lines longer than this margin
  1618. are wrapped to the next screen line. The leftmost screen column is then
  1619. reserved for the "Continuation character". A value of "79" forces long
  1620. lines to simply wrap on the screen with no horizontal scrolling.
  1621.  
  1622. \IC\
  1623. To enter control characters into the text first press [ENTER CTRL] (<Ctrl-Q>)
  1624. and then type the desired control character such as <Esc>, <Ctrl-C>, etc.
  1625. Control characters are often needed in the text to control printer functions
  1626. such as font changes, underlining and overstrike. Control characters and
  1627. graphics characters can also be inserted using {MISC, ASCII table}.
  1628.  
  1629. To enter a "null" (value 00) press [ENTER CTRL] and then <Ctrl-2>.
  1630.  
  1631. Graphics characters (with value 128 - 255) can also be inserted using the
  1632. "ALT-Keypad" feature on the IBM PC keyboard. For example, to enter
  1633. the graphics character "╔" hold down the ALT key and type 201 on the keypad
  1634. (not the top row of keys) and release the ALT key.
  1635.  
  1636. If you use a sequence of control characters over and over again, you may want
  1637. to store it in a text register and then insert the text register when needed.
  1638.  
  1639. \CONV\
  1640. Several options are available for converting lower case letters to upper
  1641. case. They are controlled with {CONFIG, Program, Lower/upper case key
  1642. conversion}.
  1643.  
  1644. 0    No conversion is made
  1645.  
  1646. 1    All lower case letters are converted to upper case
  1647.  
  1648. 2    Only lower case letters to the left of the "conditional conversion
  1649.     character", typically ";" are converted to upper case. Useful for
  1650.     assembly language programming.
  1651.  
  1652. 3    To the left of the "conditional conversion character", lower case
  1653.     letters are converted to upper case and upper case letters are
  1654.     converted to lower case.
  1655.  
  1656. The "conditional conversion character" may be changed with {CONFIG, Program,
  1657. Conditional conversion character}.
  1658.  
  1659. \M1\ \M2\ \M3\ \M4\ \MOUSE\
  1660. MOUSE SUPPORT - Pull-down menus:
  1661. --------------------------------
  1662.  
  1663. To access the menu system move the mouse to the status line and click the
  1664. left button. To access the "Escape" menu click the right button.
  1665.  
  1666. To navigate the menu system hold down the left button. Sliding the mouse
  1667. along the top screen line displays each sub-menu. Sliding the mouse up/down
  1668. highlights each item or sub-sub-menu. Placing the mouse on an item and
  1669. releasing the left button selects the item.
  1670.  
  1671. To escape from the menu system, move the mouse off the menus (into the text)
  1672. and click the left button. This is the same action as [CANCEL].
  1673.  
  1674. Pressing both mouse buttons also performs a [CANCEL]. This is best done
  1675. by holding down the left button, clicking the right button and releasing the
  1676. left button.
  1677.  
  1678. Clicking the right button within the menu system accesses the on-line help.
  1679.  
  1680.  
  1681.  
  1682. Scroll Bars
  1683. -----------
  1684.  
  1685. Standard scroll bar functions are available through use of the left button.
  1686.  
  1687. The vertical scroll bar indicates your position with respect to the file. The
  1688. horizontal scroll bar indicates how much the screen is scrolled sideways with
  1689. respect to 1000 columns. (However, you can edit lines longer than 1000
  1690. characters; the scroll bar slider will remain in the rightmost position.)
  1691.  
  1692. Clicking an arrow scrolls in the indicated direction. Holding down the left
  1693. button scrolls continuously.
  1694.  
  1695. Clicking on the vertical scroll bar above or below the "slider" performs a
  1696. [PAGE UP] or [PAGE DOWN]. You can also drag the slider in order to quickly
  1697. jump to a relative position in the file. This may take some time in
  1698. multi-megabyte files, but will be nearly instantaneous in "browse" mode.
  1699.  
  1700. Clicking on the horizontal scroll bar to the left or right of the "slider"
  1701. performs a [SCROLL LEFT] or [SCROLL RIGHT] respectively (typically 20
  1702. columns). You can also drag the slider in order to quickly scroll the screen
  1703. sideways up to 1000 columns.
  1704.  
  1705. "Stealth" scroll bars and the right button
  1706. ------------------------------------------
  1707.  
  1708. The right button performs useful (and non-standard) mouse operations.
  1709.  
  1710. When scroll bars are enabled, the right button can also access them. When
  1711. scroll bars are disabled, the rightmost window column is considered a
  1712. "stealth" scroll bar, just as if it were visible. Similarly, the bottom window
  1713. line is the horizontal stealth scroll bar.
  1714.  
  1715. Clicking the right button on real or "stealth" arrows scrolls in the desired
  1716. direction. Clicking anywhere on a real or stealth scroll bar immediately jumps
  1717. to the relative position.
  1718.  
  1719. To make quick jumps within the file, move the mouse to the relative position
  1720. on the real/stealth vertical scroll bar and click the right button. (This may
  1721. take some time in multi-megabyte files!)
  1722.  
  1723. To [PAGE UP] move the mouse to the four rightmost columns of the top line, not
  1724. including the real/stealth scroll bar, and click the right button.
  1725.  
  1726. To [PAGE DOWN] move the mouse to the four rightmost columns of the bottom
  1727. line, not including the real/stealth scroll bar, and click the right button.
  1728.  
  1729. You can also [SCROLL UP] / [SCROLL DOWN] by moving the mouse anywhere in the
  1730. top/bottom half of the window, respectively, and holding the right button as
  1731. long as desired. Moving the mouse further to the right scrolls the screen
  1732. faster. THIS IS A VERY CONVENIENT WAY TO SCROLL AT VARYING SPEEDS.
  1733. 
  1734. In summary, the right button responds to these regions of the window:
  1735.  
  1736. ╒════════════════════════════════════════════════╕
  1737. │                        PgUp^│
  1738. │        Scroll Up            ▒│
  1739. │(Slow ....................................Fast)▒│
  1740. │                        ▒│
  1741. │                        ▒│
  1742. │                        ▒│
  1743. │                        ▒│
  1744. │                        ▒│
  1745. │        Scroll Down            ▒│
  1746. │                        PgDn▒│
  1747. │<▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒>v│
  1748. ╘════════════════════════════════════════════════╛
  1749.  
  1750. (Note the slight inconsistency in the lower right corner between "real"
  1751. and "stealth" scroll bars.)
  1752. 
  1753. Block Operation
  1754. ---------------
  1755.  
  1756. To move the editing cursor to the mouse position, click the left button.
  1757.  
  1758. To highlight a block of text, simply drag the mouse over the desired block
  1759. of text with the left button held down.
  1760.  
  1761. HINTS:  To highlight a small block, move the mouse to the desired 1st
  1762.     position. Press and hold the left button. Drag the mouse to the 2nd
  1763.     position - the highlighting will follow the mouse. Release the left
  1764.     button. This sets both block markers.
  1765.  
  1766.     To highlight a block larger than the screen, move the mouse to the
  1767.     desired 1st position. Press and hold the left button. Drag the mouse
  1768.     to another character and then back again to the original position.
  1769.     Release the left button; this only sets the 1st block marker. Then
  1770.     page to the desired 2nd position. Finish highlighting, by pressing,
  1771.     dragging and releasing the left button. Both block markers are now
  1772.     set.
  1773.  
  1774. To copy a block, first highlight the block, setting both markers. Move the
  1775. mouse to the position for inserting the block. While holding down the <Ctrl>
  1776. key, click the left button.
  1777.  
  1778. Moving a block is similar, except that you hold down the <Alt> key and click
  1779. the left button.
  1780.  
  1781.  
  1782. Search/Replace Options
  1783. ----------------------
  1784.  
  1785. The top line of the pop-up window for the Search/Replace functions reads
  1786. "Press ... for options". To access the search options move the mouse to this
  1787. top line and click the left button. You can then click on the desired
  1788. option(s). When all options are selected, move the mouse anywhere else in the
  1789. prompt window and click the right button.
  1790.  
  1791.  
  1792. Misc
  1793. ----
  1794.  
  1795. VEDIT's simple dialog boxes display selections in square brackets, i.e.
  1796. "[Y]es [N]o". You can answer these by moving the mouse to the selection
  1797. letter (or the bracket) and clicking the left button.
  1798.  
  1799. When normal prompts are on the screen, the left button acts identical to the
  1800. <Enter> key (when it is not on top of a selection). Therefore, the prompt
  1801. "Press any key to continue" is satisfied by moving the mouse anywhere in the
  1802. window containing the prompt and clicking the left button.
  1803.  
  1804. When prompts and menus are on the screen, the right button acts identical to
  1805. the [HELP] key and supplies context sensitive help.
  1806.  
  1807. Pressing both buttons together always performs a [CANCEL], cancelling any
  1808. current operation. During normal editing, this removes any block markers.
  1809.  
  1810. To make the mouse cursor invisible, move it to the top left hand corner of
  1811. the screen. This is useful when the mouse driver is loaded, but you don't
  1812. want to use the mouse. Or set {CONFIG, Misc, Mouse cursor} to "0".
  1813.  
  1814. {CONFIG, Misc, Mouse cursor} also controls the mouse cursor upon startup. "0"
  1815. leaves the mouse cursor off, effectively disabling mouse support. "1" starts
  1816. the mouse cursor in the top left hand corner where it remains "invisible"
  1817. until moved somewhere else. "2" starts the mouse cursor in the middle of the
  1818. screen.
  1819. \\
  1820.