commit 5369e5ea0cfa4207fa3fce08165a7bd82118a416 from: rsc date: Fri Jan 12 16:32:11 2007 UTC change name commit - 7103ceb031c14761d31d8f343e8978c6fec248d6 commit + 5369e5ea0cfa4207fa3fce08165a7bd82118a416 blob - 5a6911297f8d48b7e2e6d0c857e61ad65e7771eb blob + 0bce4141da124a761156c175593301ab0927d078 --- src/cmd/sam/rasp.c +++ src/cmd/sam/rasp.c @@ -49,7 +49,7 @@ raspstart(File *f) return; grown = 0; shrunk = 0; - noflush = 1; + outbuffered = 1; } void @@ -72,7 +72,7 @@ raspdone(File *f, int toterm) if(toterm) outTs(Hcheck0, f->tag); outflush(); - noflush = 0; + outbuffered = 0; if(f == cmd){ cmdpt += cmdptadv; cmdptadv = 0; blob - 4f2f2cfdd9b86e406c53a788848dc3633e84914a blob + 04b3e1178b4c9b1aad21b13de8faee7a0fe5f3d0 --- src/cmd/sam/sam.h +++ src/cmd/sam/sam.h @@ -390,7 +390,7 @@ extern int bpipeok; extern int panicking; extern Rune empty[]; extern int termlocked; -extern int noflush; +extern int outbuffered; #include "mesg.h"