home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / comms / bbs / falcon2.lzh / help / lorehelp.bbs < prev    next >
File List  |  1991-08-28  |  3KB  |  59 lines

  1. LORE ("Line ORiented Editor")
  2. -----------------------------
  3. Text entry in the line editor can be as simple as the average line editor:
  4. enter text continuously, hit return only at the end of paragraphs, and use 
  5. backspace to erase & correct errors.  Words will automatically be wrapped 
  6. to the next line if the line nears your screen's width, so you need not hit 
  7. return anywhere except the ends of paragraphs.  (If you hit return at the
  8. end of each line, the message may not be formatted correctly for someone
  9. with a different screen width from yours.)
  10.  
  11. However, this editor also allows full usage of Falcon's fairly versatile
  12. prompt-editing commands.  Available are:  (NOTE: "^X" would mean Ctrl-X)
  13.  
  14. Simple  VT100    Local    Function
  15. ------- -------- -------- --------
  16. ^S      Left     Left     Move left one character on the line if possible
  17. ^D      Right    Right    Move right one character on the line if possible
  18. ^A      SH-Left  SH-Left  Move left one word on the line if possible
  19. ^F      SH-Right SH-Right Move right one word on the line if possible
  20. ^Q      Home     Home     Move to start of line
  21. ^I    = Tab,End  Tab,End  Move to end of line
  22. ^W      Up       Up       Move to previous line in message if available *
  23. ^Z      Down     Down     Move to next line in message if available *
  24. ^H    = BackSp.  BackSp.  Delete character behind cursor **
  25. (127) = Del      Del      Delete character under cursor
  26. ^Y                        Erase to end of line
  27. ^X,^C                     Erase entire line
  28.  
  29. *   These are normally line-history-retrieval commands.
  30. **  Using backspace at the start of a line moves to the end of the previous
  31.     line, and if that line was the end of a paragraph, deletes the paragraph
  32.     break.
  33.  
  34.  
  35. When you are finished entering text, or you want to do something like
  36. listing the message, you can either hit return on a blank line, or use
  37. ESC-ESC if that would be inconvenient (ie. editing the middle of a 
  38. paragraph).  That will take you to the Edit Menu (where you should be right
  39. now), which has its own help text and therefore won't be discussed here.
  40. However, I will note that using I)nsert Text to move the cursor to a 
  41. certain line may put you on the line before it if that line wraps.  It
  42. makes sense if you think about it.
  43.  
  44. Use "<space><return>" if you want to enter an actual blank line into
  45. your message.
  46.  
  47. About entering text in the middle of the message:  If you have moved the
  48. cursor into the middle of your message, remember that you are _inserting_
  49. the text, not overwriting.  So you can add a paragraph to the middle of
  50. a message or text to the middle of a paragraph.
  51.  
  52. Finally, you might note that the line number is followed by either a ":" or
  53. a ">".  If it's followed by a ">", this is the start of a new paragraph
  54. (ie. you hit return on the last line), and if it's a ":", then this is a
  55. continuation of the previous line.  Simple, huh?
  56.  
  57. Note that if you are logged off for some reason, the message will be saved
  58. with a note to that effect at the bottom.
  59.