commit 5369e5ea0cfa4207fa3fce08165a7bd82118a416
parent 7103ceb031c14761d31d8f343e8978c6fec248d6
Author: rsc <devnull@localhost>
Date: Fri, 12 Jan 2007 16:32:11 +0000
change name
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/cmd/sam/rasp.c b/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;
diff --git a/src/cmd/sam/sam.h b/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"