change name

This commit is contained in:
rsc 2007-01-12 16:32:11 +00:00
parent 7103ceb031
commit 5369e5ea0c
2 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ raspstart(File *f)
return; return;
grown = 0; grown = 0;
shrunk = 0; shrunk = 0;
noflush = 1; outbuffered = 1;
} }
void void
@ -72,7 +72,7 @@ raspdone(File *f, int toterm)
if(toterm) if(toterm)
outTs(Hcheck0, f->tag); outTs(Hcheck0, f->tag);
outflush(); outflush();
noflush = 0; outbuffered = 0;
if(f == cmd){ if(f == cmd){
cmdpt += cmdptadv; cmdpt += cmdptadv;
cmdptadv = 0; cmdptadv = 0;

View file

@ -390,7 +390,7 @@ extern int bpipeok;
extern int panicking; extern int panicking;
extern Rune empty[]; extern Rune empty[];
extern int termlocked; extern int termlocked;
extern int noflush; extern int outbuffered;
#include "mesg.h" #include "mesg.h"