URI: 
       ttweak for manual - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit e86ebdce25bab8352e093c84122953ed7daa7ec8
   DIR parent 279091480876733721672e457bc9233a3539358b
  HTML Author: rsc <devnull@localhost>
       Date:   Sun, 25 Jun 2006 23:49:25 +0000
       
       ttweak for manual
       
       Diffstat:
         M include/acme.h                      |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/include/acme.h b/include/acme.h
       t@@ -1,4 +1,4 @@
       -AUTOLIB(acme);
       +AUTOLIB(acme)
        
        typedef struct Event Event;
        typedef struct Win Win;
       t@@ -8,10 +8,10 @@ struct Event
        {
                int        c1;
                int        c2;
       -        int        oq0;
       -        int        oq1;
                int        q0;
                int        q1;
       +        int        oq0;
       +        int        oq1;
                int        flag;
                int        nb;
                int        nr;