Hi there,
Maybe a stupid question but how can you disable the bios cursor on screen 0 ?
When I change the style then it's also changing but when I set SCRSW to zero it is still displaying, why
CSRY 0xF3DC /*Y-coordinate of cursor*/
CSRX 0xF3DD /*X-coordinate of cursor*/
CSRSW 0xFCA9 /*whether cursor is displayed (0 = no, otherwise = yes)*/
CSTYLE 0xFCAA /*cursor shape (0 = block, otherwise = underline)*/
Does anyone of you know how to switch it off ?
BTW I setting these variables before switching to screen 0 using the CHGMOD bios call.
Thanks in advance.
Login or register to post comments