mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +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;
|
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;
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue