mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
Define KEY_MIN and use it in kb.c.
This commit is contained in:
@@ -194,6 +194,7 @@ extern unsigned short _LINES;
|
||||
/*
|
||||
* KEY code constants
|
||||
*/
|
||||
#define KEY_MIN 0401 /**< Minimum special key */
|
||||
#define KEY_BREAK 0401 /**< Break key */
|
||||
#define KEY_DOWN 0402 /**< down-arrow key */
|
||||
#define KEY_UP 0403 /**< up-arrow key */
|
||||
|
||||
Reference in New Issue
Block a user