diff console/libgnt/gntentry.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 f16e056f816d
children ed14c190a868
line wrap: on
line diff
--- a/console/libgnt/gntentry.c	Wed Nov 15 20:11:01 2006 +0000
+++ b/console/libgnt/gntentry.c	Wed Nov 15 20:39:32 2006 +0000
@@ -585,9 +585,9 @@
 	gnt_bindable_class_register_action(bindable, "suggest-prev", suggest_prev,
 				GNT_KEY_UP, NULL);
 	gnt_bindable_class_register_action(bindable, "history-prev", history_prev,
-				"\033" GNT_KEY_CTRL_DOWN, NULL);
+				GNT_KEY_CTRL_DOWN, NULL);
 	gnt_bindable_class_register_action(bindable, "history-next", history_next,
-				"\033" GNT_KEY_CTRL_UP, NULL);
+				GNT_KEY_CTRL_UP, NULL);
 
 	gnt_style_read_actions(G_OBJECT_CLASS_TYPE(klass), GNT_BINDABLE_CLASS(klass));
 	GNTDEBUG;