home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14863 < prev    next >
Encoding:
Text File  |  1992-09-01  |  2.0 KB  |  46 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!tamsun.tamu.edu!bpb9204
  3. From: bpb9204@tamsun.tamu.edu (Brent)
  4. Subject: Re: Is there a PD console package for Mac?
  5. Message-ID: <1992Sep1.232424.16771@tamsun.tamu.edu>
  6. Keywords: mac, console, pd
  7. Organization: Texas A&M Univ., Inc.
  8. References: <1992Aug30.191335.4377@intrepid.com> <1992Sep1.181439.21825@tamsun.tamu.edu> <haney.715385658@moonshine>
  9. Date: Tue, 1 Sep 1992 23:24:24 GMT
  10. Lines: 34
  11.  
  12. haney@moonshine.llnl.gov (Scott W. Haney) writes:
  13. |
  14. | [..shell info deleted...]
  15. |
  16. |Brent,
  17. |  Please tell us how to get a copy of your shell package.  I could make
  18. |use of this sort of thing today. One question: does it support sessions
  19. |longer that 32K (a common limitation for things based on TextEdit)?
  20.  
  21. OK.  Let me just make a few comments about what exactly I have.
  22.  
  23. I think "package" is the wrong word; I tend to think of a package as a
  24. library.  What I *do* have is a small application that shows how to do
  25. this type of processing.  The runnable application is only some 8K in size,
  26. and the code is moderately readable.
  27.  
  28. What it does now is:  lets the user type their info in (whatever it may be).
  29. When the enter key is pressed, the program reads all the text entered after
  30. the prompt.  Everything *before* the prompt is deleted.
  31. What this does is allows the last "command" to remain displayed.  This is
  32. very hard to describe here; you'll have to check out the program.
  33. In other words, the text actually stored in the textedit record is rarely
  34. more than 1K; so yes, the program handles the 32k barrier fine.  This 
  35. "feature" of deleting old data is easily modifiable to store say, the last
  36. 16000 characters.
  37.  
  38. As far as getting it goes, if you would like a copy, please reply via
  39. email.  I will eventually post it to comp.binaries.mac, but it'd be quickest
  40. to email it to anyone who is interested and wants/needs it now.  The
  41. source and executable is only 44k (binhexed).
  42.  
  43. I'll compile a list of people and zap it out in a few days, OK?
  44.  
  45. -Brent
  46.