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
|
|
@ -52,7 +52,7 @@ threadmain(int argc, char **argv)
|
|||
buffer = atoi(ARGF());
|
||||
break;
|
||||
case 'p':
|
||||
fn=proccreate;
|
||||
fn = proccreate;
|
||||
break;
|
||||
}ARGEND
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue