add -W to specify window size.
various other little fixes.
diff --git a/bin/9c b/bin/9c
index 9129315..41624f1 100755
--- a/bin/9c
+++ b/bin/9c
@@ -12,7 +12,10 @@
-Wno-switch \
-Wno-comment \
-Wno-sign-compare \
+ -fno-omit-frame-pointer \
"
+ # want to put -fno-optimize-sibling-calls here but
+ # that option only works with gcc3+ it seems
cflags="$ngflags -ggdb"
}
diff --git a/bin/Getdir b/bin/Getdir
index 082ba54..5b83917 100755
--- a/bin/Getdir
+++ b/bin/Getdir
@@ -20,7 +20,7 @@
echo -n , | wr addr
ls -pF $tag(1) | sed 's/\*$//' |
- 9grep -v '^\.|\.o$|^o\.' |
+ 9grep -v '^''?\.|\.o$|^''?o\.' |
mc | wr data
echo -n '#0' | wr addr
echo -n 'dot=addr' | wr ctl