Introduction
Introduction Statistics Contact Development Disclaimer Help
tpage: add canonical -W option - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 60a3190327903f02f19ebd8a65b62b3e166a4fd2
parent 71f6d60fcf93722d77d1dd52ad5d03c214db879b
Author: Russ Cox <[email protected]>
Date: Wed, 9 Jul 2008 14:32:25 -0400
page: add canonical -W option
Diffstat:
M src/cmd/page/page.c | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/cmd/page/page.c b/src/cmd/page/page.c
t@@ -132,6 +132,9 @@ threadmain(int argc, char **argv)
case 'i':
imagemode = 1;
break;
+ case 'W':
+ winsize = EARGF(usage());
+ break;
default:
usage();
}ARGEND;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.