mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
change name
This commit is contained in:
parent
7103ceb031
commit
5369e5ea0c
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue