home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-08 / text0054.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  856 b   |  23 lines

  1. > If you're missing your cursor and using the custom chipset, try adding
  2. > this statement early in cc_le32_cursor of ite_cc.c:
  3. >   if (flag == START_CURSOROPT || flag == END_CURSOROPT)
  4. >     return;
  5.  
  6. Ouch! Silly me.. of course.. that was an addition I made when Bryan was working
  7. on a parallel branch of the ite code, then, in the merge, I used almost all
  8. of his cc-dependant parts, and of course forgot to add support for the above
  9. changes. The intent was to disable cursor-updates while drawing long text, and
  10. reenabling it afterwards. However, it showed to have some problems (probably
  11. with cursor-move sequences), so I didn't use it any longer. The above will
  12. work fine.
  13.  
  14. Thanks!!!
  15.  
  16. -Markus
  17. -- 
  18. CHUUG/EUnet Switzerland                Markus Wild
  19. Zweierstrasse 35    Tel: +41 1 291 45 80    mw@eunet.ch
  20. CH-8004 Zuerich        Fax: +41 1 291 46 42    S=mw;P=EUnet;A=EUnet;C=CH
  21.  
  22.