ChangeSet ID: 1018296707950017873969959
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/08 15:11:47
Modified files:
dlls/winedos : int21.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
Converted "read standard input with echo" interrupt service to use
common DOSVM console input routine and made the service really echo.
Patch: http://cvs.winehq.com/patch.py?id=1018296707950017873969959
Revision Changes Path
1.6 +2 -2 wine/dlls/winedos/int21.c
ChangeSet ID: 1018296689926861018714593
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 02/04/08 15:11:29
Modified files:
dlls/winedos : int10.c vga.c vga.h
Log message:
Jukka Heinonen <jhei(a)iki.fi>
Writes to stdout and VGA_WriteChars routine now update both VGA
buffers and Windows console.
Added routine for changing current console attributes.
Moved text mode handling from VGA_Poll into new routine and changed
locking primitive into critical section.
Patch: http://cvs.winehq.com/patch.py?id=1018296689926861018714593
Revision Changes Path
1.5 +1 -3 wine/dlls/winedos/int10.c
1.7 +140 -38 wine/dlls/winedos/vga.c
1.5 +2 -0 wine/dlls/winedos/vga.h