mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
page: add canonical -W option
This commit is contained in:
parent
71f6d60fcf
commit
60a3190327
1 changed files with 3 additions and 0 deletions
|
@ -132,6 +132,9 @@ threadmain(int argc, char **argv)
|
||||||
case 'i':
|
case 'i':
|
||||||
imagemode = 1;
|
imagemode = 1;
|
||||||
break;
|
break;
|
||||||
|
case 'W':
|
||||||
|
winsize = EARGF(usage());
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
usage();
|
usage();
|
||||||
}ARGEND;
|
}ARGEND;
|
||||||
|
|
Loading…
Reference in a new issue