diff finch/libgnt/gntkeys.c @ 17819:d8b9bea550bc

Added a few lines to gnt_main::io_invoke to deal with ALT not sending ESC.
author Eric Polino <aluink@pidgin.im>
date Mon, 21 May 2007 14:50:01 +0000
parents ca463cecd432
children 96ee9852d023
line wrap: on
line diff
--- a/finch/libgnt/gntkeys.c	Fri May 18 14:00:33 2007 +0000
+++ b/finch/libgnt/gntkeys.c	Mon May 21 14:50:01 2007 +0000
@@ -127,6 +127,7 @@
 			*(text + 1) -= 64;  /* Say wha? */
 		}
 	}
+//	fprintf(stderr,"gnt_keys_refine::text==%d %d %d\n",*(unsigned char*)text,*(unsigned char *)(text+1),*(unsigned char *)(text +2));
 }
 
 const char *gnt_key_translate(const char *name)