home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / main / BBS / FEDIT207.ZIP / FEDIT.HLP < prev   
Encoding:
Text File  |  1995-02-12  |  2.3 KB  |  47 lines

  1. If you cannot use the arrow keys due to term program limitations, check to see
  2. if your term program has DOORWAY capability.  If it does, the arrow keys can
  3. be accessed through it.  
  4.  
  5.                             7┌────────────────────┐ 
  6.                             7│ 1Full Screen Editor 7│
  7.                             7└────────────────────┘
  8.  
  9.                       0(C) Copyright 1990-1995 by Rob Raper
  10.                               All Rights Reserved
  11.  
  12. This editor has been designed with the WWIV standard editor in mind.  Most
  13. commands are the same, and therefore, macros made for use with the single line
  14. editor will work with this editor.  
  15.  
  16. 5/S0 or 5/ES   -  0Save message                5Ctrl-P  -  0Change colors
  17. 5/ABT        -  0Abort message               5Ctrl-W  -  0Delete word
  18. 5/C:         -  0Center current line         5Ctrl-N  -  0Same as backspace
  19. 5/LI         -  0Text preview                5Ctrl-X  -  0Clear current line
  20. 5/CLR        -  0Clear message               5Ctrl-R  -  0Redraw Screen
  21. 5HOME        -  0Move to start of line       5Ctrl-Y  -  0Remove current line
  22. 5END         -  0Move to end of line         5DEL     -  0Delete character 
  23. 5Arrow Keys  -  0Maneuver around text        5INS     -  0Toggle insert mode
  24.  
  25. These commands may or may not be available to you:
  26.  
  27. 5/SY         -  0Save anonymously            5/TI     -  0Change title of post
  28. 5/SN         -  0Save non-anonymously
  29.  
  30. The editor will beep when the max lines (displayed on status line) has been
  31. reached.  Macros are fully implimented.  Lines can be broken by hitting return
  32. where you want to separate lines, and can be re-joined by using the backspace
  33. or del keys, as many word processors will.
  34.  
  35.                        7┌───────────────────────┐
  36.                        7│ 1Keyboard Equivalences 7│
  37.                        7└───────────────────────┘
  38.  
  39. Some terminal programs don't follow the ANSI standard for certain keys, but
  40. use Word Star's command structure instead.  Because WWIV's macros interfere
  41. with this command set, FEdit can't support it.  It only works with the ANSI
  42. standard.  This standard is as follows (^[ means Esc):
  43.  
  44. 5^[[A  0 Up         5^[[B  0 Down         5^[[D  0Left     5   ^[[C  0Right
  45. 5^V     0Insert     5^G     0Delete       5^[[H  0Home        5^[[K  0End
  46.  
  47.