tbetter comment - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fc7c0c592a64e56fd0c4c68a09e75bfeca9e04e5
 (DIR) parent e8b6ce11da23c3915fe0f71bfdec41d3564250e4
 (HTM) Author: rsc <devnull@localhost>
       Date:   Tue, 18 Jan 2005 05:43:41 +0000
       
       better comment
       
       Diffstat:
         M src/libdraw/x11-event.c             |       9 ++++++++-
       
       1 file changed, 8 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/libdraw/x11-event.c b/src/libdraw/x11-event.c
       t@@ -4,10 +4,17 @@
        #include <draw.h>
        #include <cursor.h>
        #include <event.h>
       -
        #include <memdraw.h>
        #include "x11-memdraw.h"
        
       +/*
       + * Should change this to support etimer and estartfn again.
       + * The main eread() would prepare a select mask from the keys
       + * and then call select() to wait for input.  Then it would read an
       + * event from the readied fd and return it.  Use XCheckWindowEvent
       + * to poll the X connection.
       + */
       +
        ulong
        event(Event *e)
        {