I have an existing application that uses ANSI.SYS for cursor control and data input. In looking into Text Arrays, I see that this is a viable option, except for a couple of features. I've looked for an answer, but can't find anything.
I need to let the user know where the current CURSOR position is. ANSI.SYS allows the use of the blinking (flashing) underline character to indicate the current cursor position. I don't see any cursor kinds of manipulations evident for text arrays. Am I missing anything?
I could use an odd COLOR combination to indicate the current cursor position, which is probably OK, and fairly easy to do, but wondered if anyone else had solved this as their issue.