Index: trunk/Ohana/src/kapa/event/EventLoop.c
===================================================================
--- trunk/Ohana/src/kapa/event/EventLoop.c	(revision 3695)
+++ trunk/Ohana/src/kapa/event/EventLoop.c	(revision 5612)
@@ -20,5 +20,5 @@
   Display        *display;
   
-  Refresh (1);
+  if (USE_XWINDOW) Refresh (1);
 
   status = TRUE;
@@ -27,4 +27,9 @@
     if (!CheckPipe ()) return (FALSE);
     
+    if (!USE_XWINDOW) {
+      usleep (50000);
+      continue;
+    }
+
     if (XEventsQueued (graphic.display, QueuedAfterFlush) < 1) {
       usleep (50000);
