* normal/menu_text.c (print_message): Clean up the message and show

the Fn information when on EFI
	* term/efi/console.c (grub_console_checkkey): Add F4 support.
This commit is contained in:
EFI Coder 2010-04-09 21:16:17 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent 027de555e2
commit 25f4e25287
3 changed files with 18 additions and 2 deletions

View file

@ -194,6 +194,9 @@ grub_console_checkkey (void)
case 0x0d:
read_key = 5;
break;
case 0x0e:
read_key = 3;
break;
case 0x17:
read_key = '\e';
break;