diff -r 7ebf5dd7d969 -r f7c98ecaa92b console/libgnt/gntkeys.c --- a/console/libgnt/gntkeys.c Thu Nov 23 08:37:07 2006 +0000 +++ b/console/libgnt/gntkeys.c Thu Nov 23 15:22:53 2006 +0000 @@ -3,6 +3,12 @@ #include #include +char *gnt_key_cup; +char *gnt_key_cdown; +char *gnt_key_cleft; +char *gnt_key_cright; + + static const char *term; void gnt_init_keys()