http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5df1bc
)
Fix definition of KEY_END
author
Michael Brown
<mcb30@etherboot.org>
Wed, 20 Dec 2006 22:17:44 +0000
(22:17 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Wed, 20 Dec 2006 22:17:44 +0000
(22:17 +0000)
src/include/gpxe/keys.h
patch
|
blob
|
history
diff --git
a/src/include/gpxe/keys.h
b/src/include/gpxe/keys.h
index
66f8d51
..
7a0b510
100644
(file)
--- 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 */