Change GRUB_TERM_NO_KEY to 0
This commit is contained in:
parent
9f5a5ad55a
commit
3ba3c4567e
2 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
#ifndef GRUB_TERM_HEADER
|
||||
#define GRUB_TERM_HEADER 1
|
||||
|
||||
#define GRUB_TERM_NO_KEY -1
|
||||
#define GRUB_TERM_NO_KEY 0
|
||||
|
||||
/* Internal codes used by GRUB to represent terminal input. */
|
||||
/* Only for keys otherwise not having shifted modification. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue