- Make int09 update the BIOS data segment's keyboard status flags
commit90ce2c896f415f69883ee39d2058386720d03f51
authorAndreas Mohr <andi@rhlx01.fht-esslingen.de>
Mon, 28 Oct 2002 23:51:27 +0000 (28 23:51 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 28 Oct 2002 23:51:27 +0000 (28 23:51 +0000)
treee51f2e31e4f6122bbea1a1e38f5b18140597b778
parent26a470e1f04902b1718be4816b7ae7c913944f4a
- Make int09 update the BIOS data segment's keyboard status flags
  bytes, implement pause key handling.
- Let int16/02 read the keyboard status flags bytes instead of calling
  GetAsyncKeyState().
- Make the keyboard state buffer used for Get*Key*() reflect
  VK_L/RMENU properly.
- Small fixes.
dlls/winedos/dosvm.c
dlls/winedos/int09.c
dlls/winedos/int16.c
programs/wineconsole/user.c
windows/message.c