]> git.proxmox.com Git - mirror_qemu.git/commit
Fix curses interaction with keymaps
authorSamuel Thibault <samuel.thibault@gnu.org>
Sun, 28 Feb 2010 20:03:00 +0000 (21:03 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sat, 6 Mar 2010 22:15:30 +0000 (23:15 +0100)
commit44bb61c8d9ad5fa0045465933b1ac8f2b1b98762
tree34784bea640f307a4dd6c1e4bedf86cc937b97f3
parent9d0706e44a14701e8449214c4a62a5a1ca370025
Fix curses interaction with keymaps

The combination of keymap support (-k option) and curses is currently
very broken.  The patch below fixes it by first extending keymap support
to interpret the shift, ctrl, altgr and addupper keywords in keymaps,
and to fix curses into properly using keymaps.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
curses.c
curses_keys.h
keymaps.c
keymaps.h
sdl.c
vnc.c