Hi.

Just a short message to say that I've checked in a few HQ assembler routines. Nothing too controversial I think, just a divide routine (that we'll probably never use), draw_glyph that was discussed before, and draw_cursor, that can be used to draw the cursor over a character.

I'll post my bochs C plugin soon, and that will explain a little better as to how draw_cursor could be used. The text mode cursor seem to be a real pain to get right. It looks like the best way to do it is to keep track of the current location in the loops within convert_text_to_pixels and when we get to the cursor location to draw it then.

To draw it as a separate step after the screen has been updated would involve re-reading the attribute at that location.

MM

_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to