comparison 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
comparison
equal deleted inserted replaced
292:4aa632b6ba66 293:093744cc5353
289 stext[strlen(stext) - 1] = 0; 289 stext[strlen(stext) - 1] = 0;
290 else 290 else
291 strcpy(stext, "broken pipe"); 291 strcpy(stext, "broken pipe");
292 drawstatus(); 292 drawstatus();
293 } 293 }
294 if(FD_ISSET(xfd, &rd))
295 procevent();
296 } 294 }
295 procevent();
297 } 296 }
298 cleanup(); 297 cleanup();
299 XCloseDisplay(dpy); 298 XCloseDisplay(dpy);
300 299
301 return 0; 300 return 0;