Files
qemu-esp-boards/ui
OGAWA Hirofumi e72df72a55 ui/curses: Fix pageup/pagedown on -curses
Current KEY_NPAGE/KEY_PPAGE handling is broken on -curses. Those uses
"GREY", but "KEY_MASK" masked out "GREY".

To fix, we have to use correct mask value - SCANCODE_KEYMASK.

Then, this adds support of "shift + pageup/pagedown". With this,
-curses mode can use scroll-up/down as usual like other display modes.

Signed-off-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2015-11-03 10:12:46 +01:00
..
2015-10-16 11:06:19 +01:00
2015-10-08 10:31:35 +02:00
2015-05-29 11:11:38 +02:00
2015-10-08 10:31:35 +02:00
2014-09-16 08:07:05 +02:00
2015-10-08 10:31:35 +02:00
2015-11-02 08:30:26 +01:00
2015-10-20 14:59:09 +01:00