Re: bug related to dos console getposition() and puts() and linewraps
- Posted by mattlewis (admin) Feb 28, 2014
- 1202 views
useless_ said...
I set the dosbox some some apps with the dos mode command in a batch file
@mode con: cols=60 lines=40 @start /B C:\Euphoria-10-Feb-2013\bin\eui.exe %1 %2 %3 %4 %5 %6 %7 %8 %9 @CLS
i run the app with, and for the app to find the width of the box, i use the following:
I would recommend using video_config.
Matt