diff options
| author | Michael Brown | 2006-12-20 23:17:44 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-12-20 23:17:44 +0100 |
| commit | 46c3eeba2af934d741a1375e22588902b36fd517 (patch) | |
| tree | 14f70f399107d6789a3e01c7863d28d65ee1a7a9 /src/include/gpxe/keys.h | |
| parent | Use getkey() and symbolic key names. (diff) | |
| download | ipxe-46c3eeba2af934d741a1375e22588902b36fd517.tar.gz ipxe-46c3eeba2af934d741a1375e22588902b36fd517.tar.xz ipxe-46c3eeba2af934d741a1375e22588902b36fd517.zip | |
Fix definition of KEY_END
Diffstat (limited to 'src/include/gpxe/keys.h')
| -rw-r--r-- | src/include/gpxe/keys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/keys.h b/src/include/gpxe/keys.h index 66f8d51d3..7a0b51019 100644 --- a/src/include/gpxe/keys.h +++ b/src/include/gpxe/keys.h @@ -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 */ |
