mirror of
https://github.com/ipxe/ipxe.git
synced 2026-05-05 04:16:33 +02:00
Fix definition of KEY_END
This commit is contained in:
parent
c5df1bc7df
commit
46c3eeba2a
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user