vt: allow for a bit of buffering
This commit is contained in:
parent
1333b4d14e
commit
378866d6d1
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ initialize(int argc, char **argv)
|
|||
if((cs = consctl()) == nil)
|
||||
sysfatal("consctl failed: %r");
|
||||
cs->raw = rflag;
|
||||
hc = chancreate(sizeof(Rune*), 0);
|
||||
hc = chancreate(sizeof(Rune*), 1);
|
||||
if((hostfd = start_host()) >= 0)
|
||||
proccreate(hostreader, nil, BSIZE+1024);
|
||||
|
||||
|
|
Loading…
Reference in a new issue