# HG changeset patch # User Sadrul Habib Chowdhury # Date 1163621461 0 # Node ID 2ccce4e114ca487a1d1b364dd03c961bc6f27c72 # Parent c0d6f960675b573fe7d9e7501434fb24a3b2bbb7 [gaim-migrate @ 17754] *cough* committer: Tailor Script diff -r c0d6f960675b -r 2ccce4e114ca console/libgnt/gntkeys.c --- a/console/libgnt/gntkeys.c Wed Nov 15 19:52:37 2006 +0000 +++ b/console/libgnt/gntkeys.c Wed Nov 15 20:11:01 2006 +0000 @@ -14,7 +14,7 @@ } if (*text == 27 && *(text + 1) == '[' && *(text + 3) == '\0' && - (*(text + 2) >= 'A' || *(text + 2) <= 'D')) { + (*(text + 2) >= 'A' && *(text + 2) <= 'D')) { /* Apparently this is necessary for urxvt and screen and xterm */ if (strcmp(term, "screen") == 0 || strcmp(term, "rxvt-unicode") == 0 || strcmp(term, "xterm") == 0)