2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Fix definition of KEY_END

This commit is contained in:
Michael Brown 2006-12-20 22:17:44 +00:00
parent c5df1bc7df
commit 46c3eeba2a

View File

@ -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 */