tbetter editing - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 817fe389e3489ee028eef8bc3e23c97c6c702fa0
DIR parent b49d0f4b37e01050d1418ea98db653d4c9a43e46
HTML Author: rsc <devnull@localhost>
Date: Sun, 13 Feb 2005 18:31:24 +0000
better editing
Diffstat:
M bin/ipso | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
DIR diff --git a/bin/ipso b/bin/ipso
t@@ -122,7 +122,10 @@ for(i in $files){
sleep 2; date > _timestamp # so we can find which files have been edited.
# edit the files
-if(~ $edit yes) E `{for(i in $files) basename $i}
+if(~ $edit yes){
+ B `{for(i in $files) basename $i}
+ readcons 'type enter when finished editing' >/dev/null
+}
if(~ $flush yes ){
echo flushing old keys
echo delkey | 9p write factotum/ctl