diff main.c @ 293:093744cc5353

applied jk_to_tab patch
author Anselm R.Garbe <arg@10ksloc.org>
date Tue, 15 Aug 2006 08:25:11 +0200
parents 4aa632b6ba66
children 7565875d07d3
line wrap: on
line diff
--- a/main.c	Tue Aug 15 07:31:42 2006 +0200
+++ b/main.c	Tue Aug 15 08:25:11 2006 +0200
@@ -291,9 +291,8 @@
 					strcpy(stext, "broken pipe");
 				drawstatus();
 			}
-			if(FD_ISSET(xfd, &rd))
-				procevent();
 		}
+		procevent();
 	}
 	cleanup();
 	XCloseDisplay(dpy);