mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
small fixes
This commit is contained in:
parent
f23ba5ea63
commit
661756d715
1 changed files with 2 additions and 3 deletions
|
@ -35,11 +35,10 @@ plumb start window rc -c '''echo % mail '''$0'; mail '$0
|
||||||
# image files go to page
|
# image files go to page
|
||||||
type is text
|
type is text
|
||||||
data matches '[a-zA-Z¡-0-9_\-./]+'
|
data matches '[a-zA-Z¡-0-9_\-./]+'
|
||||||
data matches '([a-zA-Z¡-0-9_\-./]+)\.(jpe?g|JPE?G|gif|GIF|tiff?|TIFF?|ppm|bit)'
|
data matches '([a-zA-Z¡-0-9_\-./]+)\.(jpe?g|JPE?G|gif|GIF|tiff?|TIFF?|ppm|bit|png|PNG)'
|
||||||
arg isfile $0
|
arg isfile $0
|
||||||
plumb to image
|
plumb to image
|
||||||
plumb start qiv -t $1
|
plumb start qiv -t $0
|
||||||
# plumb client page -wi
|
|
||||||
|
|
||||||
# postscript/pdf/dvi go to page but not over the a plumb port
|
# postscript/pdf/dvi go to page but not over the a plumb port
|
||||||
# the port is here for reference but is unused
|
# the port is here for reference but is unused
|
||||||
|
|
Loading…
Reference in a new issue