URI: 
       ti hate the [] - 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 a196bf0577767d97165f01186b32b0913430a1fe
   DIR parent 89f6ec8e90179a44f85c83708f7f9c6d6573692f
  HTML Author: rsc <devnull@localhost>
       Date:   Tue, 20 Apr 2004 01:13:04 +0000
       
       i hate the []
       
       Diffstat:
         M src/cmd/tweak.c                     |      16 ++++++++--------
       
       1 file changed, 8 insertions(+), 8 deletions(-)
       ---
   DIR diff --git a/src/cmd/tweak.c b/src/cmd/tweak.c
       t@@ -58,14 +58,14 @@ enum
        };
        
        char        *menu3str[] = {
       -        [Mopen]        "open",
       -        [Mread]        "read",
       -        [Mwrite]        "write",
       -        [Mcopy]        "copy",
       -        [Mchar]        "char",
       -        [Mpixels]        "pixels",
       -        [Mclose]        "close",
       -        [Mexit]        "exit",
       +        "open",
       +        "read",
       +        "write",
       +        "copy",
       +        "char",
       +        "pixels",
       +        "close",
       +        "exit",
                0,
        };