mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
Added code to interpret ANSI keypress sequences into KEY_XXX constants.
This commit is contained in:
@@ -100,5 +100,6 @@ struct console_driver {
|
||||
extern void putchar ( int character );
|
||||
extern int getchar ( void );
|
||||
extern int iskey ( void );
|
||||
extern int getkey ( void );
|
||||
|
||||
#endif /* CONSOLE_H */
|
||||
|
||||
Reference in New Issue
Block a user