diff finch/libgnt/gntmain.c @ 19176:33201366bcd4

Fix some white-space and other similar issues. Preparing for a merge.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 11 Aug 2007 10:22:37 +0000
parents 9f7587b86b0d
children c8f9584e3221
line wrap: on
line diff
--- 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;