home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / comm / yammer.txt < prev    next >
Encoding:
Text File  |  1991-05-20  |  1.6 KB  |  35 lines

  1.  
  2. I wrote "not for redistribution" in the about box to discourage those
  3. "$20 for a public domain disk" people.  You, however, can feel free
  4. to distribute it, so long as you do not charge anything for it.  By
  5. the way, you might find the following useful:
  6.  
  7. As you type, Yammer sends the stream of characters to the other end
  8. of the connection.  Because you can't recall characters once they
  9. have been sent (which is logical), the backspace character has its
  10. limits.  For this reason, Yammer stays a few characters behind you,
  11. so that you may correct those little mistakes.  The amount by which
  12. Yammer keeps behind you defaults to 16 characters, and is configurable
  13. with ResEdit.  With ResEdit, open the "PREF" resource, and change
  14. the number next to "backlog".  The other two fields, "recv save" and
  15. "send save" are the buffer sizes for the receiving and sending panes
  16. (i.e. how much text is saved in those two portions of the window).
  17. When these values are exceeded, Yammer removes about 100 characters,
  18. and tries to respect line boundaries.
  19.  
  20. One more thing:  if you hit the "enter" key, what you have typed will
  21. be sent to the other end (leaving no backlog until you resume typing).
  22. This is handy when you know you are through with a thought.  Also, if
  23. you hold down the command key and hit "return", the buffer is similarly
  24. flushed, and the return is entered in the text as normal.
  25.  
  26. Oh, another non-feature: you can copy from the recieve pane and paste
  27. in the send pane.  I tested by typing a hunk of data at one end, then
  28. going to the other end, doing a "Select All"-"Copy"-"Paste" combo.
  29. repeating this step gives nice exponential growth of the send text.
  30.  
  31. That's it.
  32.  
  33. Mark.
  34.  
  35.