home *** CD-ROM | disk | FTP | other *** search
/ synchro.net / synchro.net.tar / synchro.net / main / BBS / BREDIT10.ZIP / bredit.HLP < prev    next >
Encoding:
Text File  |  1999-10-30  |  2.4 KB  |  48 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 1999 by Art Johnston, Rob Clevenger
  10.                  0(C) Portions Copyright 1990-1995 by Rob Raper
  11.                               All Rights Reserved
  12.  
  13. This editor has been designed with the WWIV standard editor in mind.  Most
  14. commands are the same, and therefore, macros made for use with the single line
  15. editor will work with this editor.  
  16.  
  17. 1/S7 or 1/ES   -  7Save message                1Ctrl-P  -  7Change colors
  18. 1/ABT        -  7Abort message               1Ctrl-W  -  7Delete word
  19. 1/C:         -  7Center current line         1Ctrl-N  -  7Same as backspace
  20. 1/LI         -  7Text preview                1Ctrl-X  -  7Clear current line
  21. 1/CLR        -  7Clear message               1Ctrl-R  -  7Redraw Screen
  22. 1HOME        -  7Move to start of line       1Ctrl-Y  -  7Remove current line
  23. 1END         -  7Move to end of line         1DEL     -  7Delete character
  24. 1Arrow Keys  -  7Maneuver around text        1INS     -  7Toggle insert mode
  25.  
  26. These commands may or may not be available to you:
  27.  
  28. 1/SY         -  7Save anonymously            1/TI     -  7Change title of post
  29. 1/SN         -  7Save non-anonymously
  30.  
  31. The editor will beep when the max lines (displayed on status line) has been
  32. reached.  Macros are fully implimented.  Lines can be broken by hitting return
  33. where you want to separate lines, and can be re-joined by using the backspace
  34. or del keys, as many word processors will.
  35.  
  36.                        7┌───────────────────────┐
  37.                        7│ 1Keyboard Equivalences 7│
  38.                        7└───────────────────────┘
  39.  
  40. Some terminal programs don't follow the ANSI standard for certain keys, but
  41. use Word Star's command structure instead.  Because WWIV's macros interfere
  42. with this command set, FEdit can't support it.  It only works with the ANSI
  43. standard.  This standard is as follows (^[ means Esc):
  44.  
  45. 1^[[A  7 Up         1^[[B  7 Down         1^[[D  7Left     1   ^[[C  7Right
  46. 1^V     7Insert     1^G     7Delete       1^[[H  7Home        1^[[K  7End
  47.  
  48.