Quoting Richard Levitte - VMS Whacker ([EMAIL PROTECTED]): > Release of ctwm 3.7 beta 4.
> As usual, patches are welcome!
The perror("select") command loops in events.c:634 if AnimationSpeed is 0
and USE_SIGNALS is not set.
Here is a patch:
--- events.c-orig Wed May 4 12:23:52 2005
+++ events.c Thu May 5 14:39:15 2005
@@ -620,6 +620,7 @@
nextEvent (event);
return;
}
+ tout = NULL;
if (animate) tout = (AnimationSpeed > 0) ? &timeout : NULL;
while (1) {
FD_ZERO (&mask);
-Derik.
