acme Mail: drop noscroll
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4539098
This commit is contained in:
parent
dd6ebdf570
commit
363062eab4
@ -17,7 +17,6 @@ newwindow(void)
|
|||||||
if(w->ctl == nil || fsread(w->ctl, buf, 12)!=12)
|
if(w->ctl == nil || fsread(w->ctl, buf, 12)!=12)
|
||||||
error("can't open window ctl file: %r");
|
error("can't open window ctl file: %r");
|
||||||
|
|
||||||
ctlprint(w->ctl, "noscroll\n");
|
|
||||||
w->id = atoi(buf);
|
w->id = atoi(buf);
|
||||||
w->event = winopenfile(w, "event");
|
w->event = winopenfile(w, "event");
|
||||||
w->addr = nil; /* will be opened when needed */
|
w->addr = nil; /* will be opened when needed */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user