Added code to interpret ANSI keypress sequences into KEY_XXX constants.

This commit is contained in:
Michael Brown
2006-12-20 21:56:50 +00:00
parent 96a1a2c6f0
commit 791c7d3bf4
2 changed files with 78 additions and 0 deletions

View File

@@ -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 */