home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / st / tech / 5591 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.7 KB

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!sun-barr!cs.utexas.edu!usc!rpi!bu.edu!acs.bu.edu!anneklin
  2. From: anneklin@acs.bu.edu (Patricia Anne)
  3. Newsgroups: comp.sys.atari.st.tech
  4. Subject: Re: Raster Copy [for window scrolling]
  5. Keywords: raster-copy, window, scroll, fast
  6. Message-ID: <101606@bu.edu>
  7. Date: 11 Nov 92 23:32:47 GMT
  8. References: <H.KtV1EXXhvs6@elfhaven.ersys.edmonton.ab.ca> <1992Nov11.133728.115954@rrz.uni-koeln.de>
  9. Sender: news@bu.edu
  10. Organization: Boston University, Boston, MA, USA
  11. Lines: 28
  12.  
  13. In article <1992Nov11.133728.115954@rrz.uni-koeln.de> kim@vax.mpiz-koeln.mpg.dbp.de writes:
  14. >In <H.KtV1EXXhvs6@elfhaven.ersys.edmonton.ab.ca> mforget@elfhaven.ersys.edmonton.ab.ca (Michel Forget) writes:
  15. >
  16. >It seems to me that you should use the VDI(109)  function,  which
  17. >seems  to  be called vro_cpyfm() in standard C libraries. I don't
  18. >know though,  whether  this  function  will  work  properly  with
  19. >overlapping  rasters,  that  is,  whether you'll have to copy the
  20. >raster to some buffer first and then copy it from the  buffer  to
  21. >its  destination, or you can copy blocks directly from source tor
  22. >destionation.
  23.  
  24.  
  25. vro_cpyfm() works, and it deals properly with overlapping rasters,
  26. so you don't have to use a buffer--wouldn't want to, as it consumes
  27. a huge amount of time.  Thank heavens I checked and ditched the
  28. buffer...
  29.  
  30. There's a package on atari.archive, that's been languishing in the
  31. atari/New directory for some unknown time called wx_lib10.zoo.  It's 
  32. a window'd output library for C, and it emulates printf() and puts()
  33. with scrolling and all.  Pretty soon I'm thinking of giving it VT100
  34. capability.
  35.  
  36. Oh, yeah, I never saw any need for word-alignment--I can scroll text
  37. fast enough without it that it's unreadable.
  38.  
  39. Later,
  40.  
  41.