page: add canonical -W option

This commit is contained in:
Russ Cox 2008-07-09 14:32:25 -04:00
parent 71f6d60fcf
commit 60a3190327

View file

@ -132,6 +132,9 @@ threadmain(int argc, char **argv)
case 'i':
imagemode = 1;
break;
case 'W':
winsize = EARGF(usage());
break;
default:
usage();
}ARGEND;