
                      F U L L    S C R N    E D I T O R

   The full-screen editor supports several cursor movement commands
   generated by different communication programs.  Cursor positioning
   using ANSI terminal emulation as well as standard Escape commands are
   interpreted properly.  If you find that your communication program is
   not operating properly when in the full-screen editor, you may need to
   activate ANSI terminal emulation mode.  Some programs support both ANSI
   and Escape codes and do not require ANSI to be activated.  If you still
   have problems with cursor positioning, make use of the Ctrl keys listed
   below to move the cursor.  Note that Ctrl key movement and keys such as
   PgUp/PgDn cannot be used if your communication program used Ctrl key
   commands for its own operation or macros.  If your comm program
   supports a pass-through mode such as Doorway Mode, you may find it
   better suited for full-screen editor operation.

   The following is a list of current commands supported by the full
   screen editor:
@PAUSE@
@CLS@CTRL KEY  or  KEY COMBINATION      =         EFFECT
--------      ---------------               ------
   ^A         CTRL-Left Arrow               Cursor word left
   ^B                                       Reformat paragraph
   ^C         Page Down                     Page down
   ^D         Right Arrow                   Cursor right
   ^E         Up Arrow                      Cursor up
   ^F         CTRL-Right Arrow              Cursor word right
   ^G         Del                           Delete character
   ^I         TAB                           TAB
   ^J                                       Join lines
   ^L                                       Re-draw screen
   ^M         Enter                         New line
   ^N                                       Split line
   ^P         End                           Cursor to the end of the line
   ^R         Page Up                       Page up
   ^S         Left Arrow                    Cursor left
   ^T                                       Delete word right
   ^V         Ins                           Toggle insert mode
   ^W         Home                          Cursor to start of the line
   ^X         Down Arrow                    Cursor down
   ^Y                                       Delete the line

