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