small DOS patch

Andreas Mohr andi at rhlx01.fht-esslingen.de
Sat Jul 20 09:28:35 CDT 2002


Hi all,

change BIOSDATA's rows on screen minus 1 from 23 to 24, since you're supposed
to use wineconsole anyway once you start running DOS programs and
wineconsole (hopefully) uses an 80x25 screen instead of the 80x24
a normal Unix terminal uses.

-- 
Andreas Mohr                        Stauferstr. 6, D-71272 Renningen, Germany
-------------- next part --------------
Determining best CVS host...
Using CVSROOT :pserver:cvs at rhlx01.fht-esslingen.de:/home/wine
Index: msdos/dosmem.c
===================================================================
RCS file: /home/wine/wine/msdos/dosmem.c,v
retrieving revision 1.38
diff -u -r1.38 dosmem.c
--- msdos/dosmem.c	31 May 2002 23:06:52 -0000	1.38
+++ msdos/dosmem.c	20 Jul 2002 14:27:39 -0000
@@ -313,7 +313,7 @@
     pBiosData->NbHardDisks          = 2;
     pBiosData->KbdBufferStart       = 0x1e;
     pBiosData->KbdBufferEnd         = 0x3e;
-    pBiosData->RowsOnScreenMinus1   = 23;
+    pBiosData->RowsOnScreenMinus1   = 24;
     pBiosData->BytesPerChar         = 0x10;
     pBiosData->ModeOptions          = 0x64;
     pBiosData->FeatureBitsSwitches  = 0xf9;


More information about the wine-patches mailing list