Explorar el Código

Fix definition of KEY_END

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
46c3eeba2a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/gpxe/keys.h

+ 1
- 1
src/include/gpxe/keys.h Ver fichero

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

Loading…
Cancelar
Guardar