tacme Mail: drop noscroll - 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 363062eab4dfbd7d484862fe35b73962caa635ef
 (DIR) parent dd6ebdf5705484d1e1989f5e4017feb017cb84fb
 (HTM) Author: David du Colombier <0intro@gmail.com>
       Date:   Wed,  1 Jun 2011 18:12:12 -0400
       
       acme Mail: drop noscroll
       
       R=rsc
       CC=plan9port.codebot
       http://codereview.appspot.com/4539098
       
       Diffstat:
         M src/cmd/acme/mail/win.c             |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/cmd/acme/mail/win.c b/src/cmd/acme/mail/win.c
       t@@ -17,7 +17,6 @@ newwindow(void)
                if(w->ctl == nil || fsread(w->ctl, buf, 12)!=12)
                        error("can't open window ctl file: %r");
        
       -        ctlprint(w->ctl, "noscroll\n");
                w->id = atoi(buf);
                w->event = winopenfile(w, "event");
                w->addr = nil;        /* will be opened when needed */