nbarkhina / DosWasmX

Build your own DOS/Windows machine in the browser
https://www.neilb.net/doswasmx/
MIT License
28 stars 3 forks source link

Fullscreen function pushing column 80 off-screen #10

Open shuffett407 opened 3 weeks ago

shuffett407 commented 3 weeks ago

dosbox-x-for-web-vga dosbox-x-for-web-cga When I run the VM in CGA, machine=[cga],[tandy],[amstrad] , clicking the fullscreen button works correctly. However, when I switch to EGA or higher, clicking fullscreen pushes column 80 off-screen. I'm running DOS Wasm X v0.2 and have made no other changes to the files.

nbarkhina commented 3 weeks ago

How are you updating it to use CGA, are you updating the dosbox-x-for-web.conf file?

shuffett407 commented 3 weeks ago

Yes, that's how I made it use CGA.

Other workarounds I've found use the utilities in the TEXTUTIL folder. I run EGA.COM and either 80X60.COM or 80X43.COM. This causes the mouse position highlighting to fail.

nbarkhina commented 3 weeks ago

I see, ok I was able to reproduce it using the EGA.COM script like you mentioned. it looks like there's a bug when you go full screen and the app is wider than your monitor. I'll take a look at, thanks for reporting.