From: <sa...@us...> - 2006-11-15 20:11:08
|
Revision: 17754 http://svn.sourceforge.net/gaim/?rev=17754&view=rev Author: sadrul Date: 2006-11-15 12:11:01 -0800 (Wed, 15 Nov 2006) Log Message: ----------- *cough* Modified Paths: -------------- trunk/console/libgnt/gntkeys.c Modified: trunk/console/libgnt/gntkeys.c =================================================================== --- trunk/console/libgnt/gntkeys.c 2006-11-15 19:52:37 UTC (rev 17753) +++ trunk/console/libgnt/gntkeys.c 2006-11-15 20:11:01 UTC (rev 17754) @@ -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) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |