2007-11-18 Christian Franke <franke@computer.org>

* util/console.c (grub_ncurses_getkey): Change curses KEY_* mapping,
	now return control chars instead of GRUB_CONSOLE_KEY_* constants.
	This fixes the problem that function keys did not work in grub-emu.
This commit is contained in:
robertmh 2007-11-18 07:20:45 +00:00
parent 3b8db1a82b
commit 1593e10c1e
2 changed files with 17 additions and 11 deletions

View file

@ -1,3 +1,9 @@
2007-11-18 Christian Franke <franke@computer.org>
* util/console.c (grub_ncurses_getkey): Change curses KEY_* mapping,
now return control chars instead of GRUB_CONSOLE_KEY_* constants.
This fixes the problem that function keys did not work in grub-emu.
2007-11-18 Christian Franke <franke@computer.org>
* disk/host.c (grub_host_open): Remove attribute unused from