david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Fix definition of KEY_END

This commit is contained in:
Michael Brown 2006-12-20 22:17:44 +00:00
parent c5df1bc7df
commit 46c3eeba2a
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
#define KEY_DOWN KEY_ANSI ( 'B' ) /**< Down arrow */
#define KEY_RIGHT KEY_ANSI ( 'C' ) /**< Right arrow */
#define KEY_LEFT KEY_ANSI ( 'D' ) /**< Left arrow */
#define KEY_END KEY_ANSI ( 'E' ) /**< End */
#define KEY_END KEY_ANSI ( 'F' ) /**< End */
#define KEY_HOME KEY_ANSI ( 'H' ) /**< Home */
#define KEY_IC KEY_ANSI ( '2' ) /**< Insert */
#define KEY_DC KEY_ANSI ( '3' ) /**< Delete */