diff options
author | rsc <devnull@localhost> | 2003-12-02 03:42:46 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2003-12-02 03:42:46 +0000 |
commit | e39b8b19286e7c6054953a88935442ec29a68eec (patch) | |
tree | db000dbecc0318eb64d640a5141e24f953908ee7 /plumb/basic | |
parent | 1555bd7aaad44bb26e0442a6798671be636df5b3 (diff) | |
download | plan9port-e39b8b19286e7c6054953a88935442ec29a68eec.tar.gz plan9port-e39b8b19286e7c6054953a88935442ec29a68eec.tar.bz2 plan9port-e39b8b19286e7c6054953a88935442ec29a68eec.zip |
More X11 snarf tweaks.
Will we ever finish?
Diffstat (limited to 'plumb/basic')
-rw-r--r-- | plumb/basic | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/plumb/basic b/plumb/basic index d897fcde..514deb30 100644 --- a/plumb/basic +++ b/plumb/basic @@ -57,7 +57,7 @@ data set $file attr add addr=$3 plumb to edit plumb start /usr/local/plan9/bin/B $file -#plumb client window $editor +# plumb client window $editor # .h files are looked up in /sys/include and passed to edit type is text @@ -66,7 +66,8 @@ arg isfile /sys/include/$1 data set $file attr add addr=$3 plumb to edit -plumb client window $editor +plumb start /usr/local/plan9/bin/B $file +# plumb client window $editor # .m files are looked up in /sys/module and passed to edit type is text @@ -75,7 +76,8 @@ arg isfile /sys/module/$1 data set $file attr add addr=$3 plumb to edit -plumb client window $editor +plumb start /usr/local/plan9/bin/B $file +# plumb client window $editor # faces -> new mail window for message type is text |