ChangeSet ID: 7244
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/14 13:23:36
Modified files:
programs/wineconsole: curses.c
Log message:
Eric Pouech <eric.pouech(a)wanadoo.fr>
- fixed mouse event generation
- better management of some keys
- now generating several wincon-events for a given curses-event
- added basic support for V-scrolling (disabled by default)
- fixed printing of some unsupported characters
Patch: http://cvs.winehq.com/patch.py?id=7244
Old revision New revision Changes Path
1.4 1.5 +250 -159 wine/programs/wineconsole/curses.c
ChangeSet ID: 7243
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/14 13:23:16
Modified files:
dlls/winedos : vga.c int10.c
Log message:
Jukka Heinonen <jhei(a)iki.fi>
Outputting backspaces should only move the cursor.
Text buffer copy is now always initialized correctly.
Preserve video memory flag is parsed and text screen is now really
cleared when flag is clear.
Patch: http://cvs.winehq.com/patch.py?id=7243
Old revision New revision Changes Path
1.30 1.31 +10 -10 wine/dlls/winedos/vga.c
1.26 1.27 +26 -4 wine/dlls/winedos/int10.c
ChangeSet ID: 7236
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/02/12 15:30:45
Modified files:
server : named_pipe.c
Log message:
Removed direct references to the file descriptor, use the new fd
functions instead so that get_fd works properly.
Patch: http://cvs.winehq.com/patch.py?id=7236
Old revision New revision Changes Path
1.17 1.18 +7 -7 wine/server/named_pipe.c