changeset 15305:492f4e7416a3

[gaim-migrate @ 18095] backspace wasn't working for Err. This makes it work again. I am not sure what was causing the problem in the first place. But it looks like having something to do with ncurses. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 09 Jan 2007 01:34:55 +0000
parents 7a52dce840b4
children 78ff267f50e3
files console/libgnt/gntentry.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/console/libgnt/gntentry.c	Tue Jan 09 00:29:45 2007 +0000
+++ b/console/libgnt/gntentry.c	Tue Jan 09 01:34:55 2007 +0000
@@ -641,6 +641,7 @@
 	gnt_bindable_class_register_action(bindable, "delete-prev", backspace,
 				GNT_KEY_BACKSPACE, NULL);
 	gnt_bindable_register_binding(bindable, "delete-prev", s, NULL);
+	gnt_bindable_register_binding(bindable, "delete-prev", GNT_KEY_CTRL_H, NULL);
 	gnt_bindable_class_register_action(bindable, "delete-next", delkey,
 				GNT_KEY_DEL, NULL);
 	gnt_bindable_register_binding(bindable, "delete-next", GNT_KEY_CTRL_D, NULL);