]> Git Repo - qemu.git/commit
input (curses): mask keycodes to remove modifier bits
authorAndrew Oates <[email protected]>
Sat, 24 May 2014 00:16:09 +0000 (20:16 -0400)
committerGerd Hoffmann <[email protected]>
Mon, 26 May 2014 06:42:42 +0000 (08:42 +0200)
commitf5c0ab131265270c1e7852ec0d4e284a219d63d4
tree585233ee5c97bd0f397537d9617ad0cc43294075
parent178ac111bca16c08a79b2609ebdc75197bea976a
input (curses): mask keycodes to remove modifier bits

Without the mask, control bits are passed on in the keycode, generating
incorrect PS/2 sequences when SHIFT, ALT, etc are held down.

Cc: [email protected]
Signed-off-by: Andrew Oates <[email protected]>
Signed-off-by: Gerd Hoffmann <[email protected]>
ui/curses.c
This page took 0.022051 seconds and 4 git commands to generate.