home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / apple2 / 17805 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.6 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!TSENGR.dnet.ge.com!TEFFTA
  2. From: TEFFTA@TSENGR.dnet.ge.com (Andrew Tefft)
  3. Newsgroups: comp.sys.apple2
  4. Subject: Re: PS to mousetext & hyperc
  5. Message-ID: <9207231157.AA10723@aitgw.ge.com>
  6. Date: 23 Jul 92 11:58:00 GMT
  7. Sender: usenet@ucbvax.BERKELEY.EDU
  8. Organization: The Internet
  9. Lines: 29
  10.  
  11. Ah, yes, the cursor seems to be the problem.
  12.  
  13. I've been using just a "cursor(y,x)" in my test program for now (as the
  14. mouse pointer) because it's extremely simple to code, and I've noticed
  15. that it obliterates mousetext as it goes across it.
  16.  
  17. This also fits with the cr problem, since hyperc might perform a newline
  18. by first restoring the cursor to the leftmost column, which would obliterate
  19. the first mousetext character, and then moving down one column.
  20.  
  21. Just to throw a monkey wrench into the works, if I print mousetext in col. 0,
  22. then, with mousetext turned off, print an inverse capital in column 1
  23. of the next line, that inverse capital gets printed in mousetext.
  24.  
  25. Well, this is no longer a problem I guess, at least now that I'm pretty
  26. sure of the cause.
  27.  
  28. The next obvious question is "how can I tell if a character on the screen
  29. is mousetext?" 
  30.  
  31. One would need this if they were going to print a pointer-type mouse cursor,
  32. since they would need to restore the character they obliterated after moving
  33. the pointer, and mousetext would probably be used in such displays.
  34.  
  35. It seems that there must be some way to preserve the mousetext-ness of
  36. characters on the screen, since mousetext stays mousetext when the screen
  37. scrolls... so there must also be some way to query the mousetext-ness
  38. of a character on the screen, too, no?
  39.  
  40.