Fix multiple issues with set 2
This commit is contained in:
parent
09206dc3d0
commit
9e91bd9d9a
2 changed files with 74 additions and 41 deletions
|
@ -153,7 +153,7 @@ map_key_core (int code, int status, int *alt_gr_consumed)
|
|||
}
|
||||
|
||||
unsigned
|
||||
grub_term_map_key (int code, int status)
|
||||
grub_term_map_key (grub_keyboard_key_t code, int status)
|
||||
{
|
||||
int alt_gr_consumed = 0;
|
||||
int key;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue