VOGONS

Common searches


First post, by Eric K

User metadata
Rank Newbie
Rank
Newbie

I am using DOSBOX to run an old program that I wrote with Borland Turbo Vision many years ago. Any text that appears in a TInputLine control is constantly flashing. Is this a known problem, and is there a workaround?

Reply 1 of 5, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

Are you sure it wouldn't behave that way on real hardware?

I might suggest changing the "machine" parameter in dosbox.conf. Perhaps ega or vgaonly will have some effect.

Reply 2 of 5, by Eric K

User metadata
Rank Newbie
Rank
Newbie

Changing the machine parameter doesn't fix it. I tried it on an old XP system, which includes a virtual DOS machine, and the same problem occurs, so the problem appears to be with the code and not with DOSBOX.

Reply 3 of 5, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

It might be possible to change the blinking text to some other color using an ANSI sequence. Perhaps you had something similar on the system where you were originally running the program. Unfortunately I am unfamiliar with how to devise such a command.

Reply 4 of 5, by _Rob

User metadata
Rank Member
Rank
Member

You may want to check if the issue also happens with the latest dosbox-x. There was recent a fix integrated for supercalc issues with flashing text.
https://github.com/joncampbell123/dosbox-x/issues/1473