瀏覽代碼

Fix definition of KEY_END

tags/v0.9.3
Michael Brown 17 年之前
父節點
當前提交
46c3eeba2a
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/include/gpxe/keys.h

+ 1
- 1
src/include/gpxe/keys.h 查看文件

@@ -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…
取消
儲存