I've gotten my text entry function almost finished but I need to add a cursor to it which seems tricker than I first thought.
When using Context:DrawText are there any special characters in the same way as ASCII control chars, things like blink or reverse or do I have to emulate them?
Assumi...