|
Ketmar Dark wrote:
DOS is not Linux nor VT-100 emulator. %-) use int 10h or direct memoryaccess (yes, you need to write a C module for this %-).
If you have the ANSI driver (ANSI.SYS, if I remember correctly) installed from CONFIG.SYS, you can control the cursor position in the MS-DOS screen (and text color, and more) by printing out 'escape sequences'.
Enrico