home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / softspan_374.lzh / SoftSpan / text / help / TtyEdit.hlp < prev    next >
Text File  |  1990-10-08  |  3KB  |  78 lines

  1. The tty editor is a line editor which lets you edit messages for posting on
  2. message bases, as mail or as feedback.  Once you are in the editor, simply
  3. start typing your message in.  There is no need to hit [RETURN] after every
  4. line because the editor's word wrap feature will terminate the current line
  5. with a "soft" carriage.  Letting the editor terminate lines for you insures
  6. that your message will be formatted correctly for someone whose terminal has
  7. a different number of columns per line.
  8.  
  9. When typing your message, you can use the BACKSPACE key to delete over any
  10. mistakes.  The CTRL-X combination will cause the entire current line to be
  11. deleted.  Additionally, when you are re-editing a line of text, CTRL-Y will
  12. cause the current editing line to be replaced by the old line's text.
  13.  
  14. The remaining features of the editor are accessed as commands which are
  15. preceeded by the slash(/) or backslash(\).  For example: enterring /S will
  16. save the message.  Either lower case or upper case can be used, and only
  17. the first letter you supply is considered.
  18.  
  19. Line Editor Commands
  20. -----------------------------
  21. /S        Save the message
  22. /Q or /A  Abort the message
  23. /R        Redo the message
  24. /G #      Go to the specified line
  25. /B        Go to the beginning
  26. /E        Go to the end
  27. /C        Current line number
  28. /L #-#    List message (w/ line #)
  29. /P #-#    Print messgage (no line #)
  30. /I        Toggle insert mode
  31. /D #-#    Delete specified lines
  32.  
  33. /H        Display this help file
  34. /?        Displays brief menu
  35.  
  36.  
  37. Choosing /S will save your message and get you out of the editor.
  38.  
  39. If you want to abort the message and exit the editor, choose /A or /Q.
  40.  
  41. The /R command will clear out the editor's buffer and let you restart editing
  42. your message.
  43.  
  44. To find out what line you are currently editing, use the /C option.
  45.  
  46. /L will list out your message with line numbers.  Choosing /L by itself
  47. will list the entire message.  Optionally, you can specify a range of line
  48. numbers to display, such as: /L 5-20 which will list lines 5 through 20. 
  49.  
  50. /P is the same as /L except that no line numbers are displayed.
  51.  
  52. /D will delete specified lines of text.  /D by itself will delete either the
  53. current line or, if at the end of the message, the previous line.  /D #, where
  54. # is the line number to delete will delete the specified line.  /D A-B, where
  55. A is the first line number to be deleted and B is the last, will delete the
  56. specified range of lines.
  57.  
  58. If you wish to edit a previously enterred line, you must "go" to it via the
  59. /G command.  First determine the line's number.  Then, /G # , where # is the
  60. line number will go to that line.  You will see something like:
  61.  
  62. Editing line 4
  63. This is a mistake
  64.  
  65. Under "This is a mistake" you will be able to enter the new text for the line.
  66. If you press CTRL-Y, "This is a mistake" will appear as your input, replacing
  67. whatever was there before.  You terminate the line with a RETURN, or if you
  68. wish to place a "soft" carriage, CTRL-Q may be used.  In addition, word wrap
  69. will cause you to go to the next line.  You will continue to descend through
  70. the lines until you enter Insert Mode or arrive at the end.
  71.  
  72. Insert mode is toggled on and off via the /I command.  If you are in insert
  73. mode and go to a previous line, you will begin to insert text until you
  74. shut insert mode off by enterring /I again.
  75.  
  76. In addition to the standard /G command, you can move to the very beginning
  77. of the message through the /B command or to the very end via the /E command.
  78.