diff console/libgnt/gntmain.c @ 14976:1c0772f7260b

[gaim-migrate @ 17755] Decide the values for ctrl-up/down at startup depending on $TERM. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 15 Nov 2006 20:39:32 +0000
parents 1bd0456fe1c3
children acc8a838ad94
line wrap: on
line diff
--- a/console/libgnt/gntmain.c	Wed Nov 15 20:11:01 2006 +0000
+++ b/console/libgnt/gntmain.c	Wed Nov 15 20:39:32 2006 +0000
@@ -324,6 +324,7 @@
 	g_free(filename);
 
 	gnt_init_colors();
+	gnt_init_keys();
 
 	wbkgdset(stdscr, '\0' | COLOR_PAIR(GNT_COLOR_NORMAL));
 	refresh();