Re: [Qemu-devel] [PATCH] Fix curses interaction with keymaps

2010-03-06 Thread Aurelien Jarno
On Sun, Feb 28, 2010 at 09:03:00PM +0100, Samuel Thibault wrote: > Hello, > > 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, > a

[Qemu-devel] [PATCH] Fix curses interaction with keymaps

2010-02-28 Thread Samuel Thibault
Hello, 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. Samuel Signed-off-by: Samuel