add -W to specify window size.
various other little fixes.
This commit is contained in:
parent
3d72637f9b
commit
be36ff6885
36 changed files with 332 additions and 304 deletions
|
|
@ -115,7 +115,7 @@ int threadrecvfd(int);
|
|||
long threadwrite(int, const void*, long);
|
||||
int threadsendfd(int, int);
|
||||
int threadsetgrp(int); /* set thread group, return old */
|
||||
void threadsetname(char *name);
|
||||
void threadsetname(char *fmt, ...);
|
||||
void threadsleep(int);
|
||||
Channel* threadwaitchan(void);
|
||||
int tprivalloc(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue