--- a/finch/libgnt/gntmain.c Sat Aug 11 09:32:06 2007 +0000 +++ b/finch/libgnt/gntmain.c Sat Aug 11 10:22:37 2007 +0000 @@ -252,12 +252,18 @@ if (HOLDING_ESCAPE) keys[0] = '\033'; k = keys; - if(*k < 0){ /* Alt not sending ESC* */ + +#if 0 + /* I am not sure what's happening here. If this actually does something, + * then this needs to go in gnt_keys_refine. */ + if (*k < 0) { /* Alt not sending ESC* */ *(k + 1) = 128 - *k; *k = 27; *(k + 2) = 0; rd++; } +#endif + while (rd) { char back; int p;