home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / comm / qsnip.zip / QSNIP.DOC < prev   
Text File  |  1990-10-28  |  3KB  |  49 lines

  1. QSNIP is a TSR designed to allow users of Qmodem to have a quoting function,
  2. which is the only major feature lacking within the program.
  3.  
  4. It ain't pretty, and it ain't `integrated', but it does work.
  5.  
  6. Invoke QSNIP by putting it in your communications batch file or your 
  7. autoexec.bat file.  It doesn't take up a lot of memory, (3824 bytes ) so it is
  8. not to demanding.
  9.  
  10. To Quote text from your screen or the scrollback buffer, simply use the scroll-
  11. back function to get the text you want to quote onto the screen.  
  12.  
  13. Type ALT-TAB (That is, hold down the ALT key and hit the TAB key 
  14. simultaneously) and a cursor will pop up on your screen. 
  15.  
  16. Position the cursor to the start of the text that you want to save (via the
  17. arrow keys) and hit RETURN.  This will anchor the right corner of the text.
  18.  
  19. Using the arrow keys, move the cursor to the end of the text you want to quote
  20. and hit S. (for SAVE).  The window holding the text will change back to normal
  21. attributes.
  22.  
  23. Hit ESC to return to the text of the reply message you were working on (if you
  24. used scrollback to get where you were), position the cursor where you want the
  25. quote, and hit ALT-TAB, G (for GET). The program will then dump the text you
  26. saved to the screen as if you typed it in.  If, for some reason, it does not
  27. type ALL of the text, simply hit RETURN. 
  28.  
  29. You may also save the marked text to a file, or to the printer, but hitting F
  30. for File or P for Printer at the end of marking.
  31.  
  32. This program puts a "> " before starting to write the line of text.  You may
  33. change this character by modifying the enclosed source code.  BECAUSE it adds
  34. the "> ", you should be careful when quoting lines of > 78 characters.  These
  35. will probably cause an ugly message on your local bbs, with the > and 78
  36. characters on one line, and the other 2 characters on the next.  Some of you
  37. may wish to further play with this to make it `prettier', but it does what I
  38. want, which is a down and dirty quoting ability.
  39.  
  40. This program is based on SNIPPER, which is a PC-MAGAZINE program.  I have left
  41. the copyright notice, etc. in the code, as I only added a few lines and
  42. changed a few others from the original.  As far as I am concerned, you can
  43. play with it within the rules of the copyright.  All kudos go to PC-MAGAZINE
  44. for putting this stuff out where we can play with it and modify good code to
  45. do the things we want to do.  I DON'T want any $$$, but if you like it, try to
  46. get a subscription to PC-Magazine if you don't already have one.  I think we
  47. should support the folks who put this stuff out for us to play with.
  48.  
  49.