summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 23:17:44 +0100
committerMichael Brown2006-12-20 23:17:44 +0100
commit46c3eeba2af934d741a1375e22588902b36fd517 (patch)
tree14f70f399107d6789a3e01c7863d28d65ee1a7a9 /src/include
parentUse getkey() and symbolic key names. (diff)
downloadipxe-46c3eeba2af934d741a1375e22588902b36fd517.tar.gz
ipxe-46c3eeba2af934d741a1375e22588902b36fd517.tar.xz
ipxe-46c3eeba2af934d741a1375e22588902b36fd517.zip
Fix definition of KEY_END
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/keys.h b/src/include/gpxe/keys.h
index 66f8d51d..7a0b5101 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 */