Added more Chinese support

This commit is contained in:
Michiel Broek
2005-04-06 20:50:00 +00:00
parent e23af63d04
commit a256051f8a
11 changed files with 95 additions and 15 deletions

View File

@@ -293,7 +293,11 @@ struct icmp_filter {
#define KEY_HOME 204
#define KEY_END 205
#define KEY_INS 206
#if GBK_DEL
#define KEY_DEL GBK_DEL
#else
#define KEY_DEL 207
#endif
#define KEY_PGUP 208
#define KEY_PGDN 209
#define KEY_F10 210