aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/acme
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-25 20:26:49 +0000
committerrsc <devnull@localhost>2004-04-25 20:26:49 +0000
commitc591e1e616b72d2d9b6c7345661095b8a0ffd87d (patch)
tree1288afc76e47f1f88b35be39c0709f5df2a23a43 /src/cmd/acme
parent4e206880423db866dd1db0622a9b4d5b0881fee1 (diff)
downloadplan9port-c591e1e616b72d2d9b6c7345661095b8a0ffd87d.tar.gz
plan9port-c591e1e616b72d2d9b6c7345661095b8a0ffd87d.tar.bz2
plan9port-c591e1e616b72d2d9b6c7345661095b8a0ffd87d.zip
add tab size to window ctl file
Diffstat (limited to 'src/cmd/acme')
-rw-r--r--src/cmd/acme/acme.c1
-rw-r--r--src/cmd/acme/wind.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/acme/acme.c b/src/cmd/acme/acme.c
index 9636beab..7c563380 100644
--- a/src/cmd/acme/acme.c
+++ b/src/cmd/acme/acme.c
@@ -102,6 +102,7 @@ threadmain(int argc, char *argv[])
exits("usage");
}ARGEND
+ quotefmtinstall();
cputype = getenv("cputype");
objtype = getenv("objtype");
home = getenv("home");
diff --git a/src/cmd/acme/wind.c b/src/cmd/acme/wind.c
index 90c44070..611587af 100644
--- a/src/cmd/acme/wind.c
+++ b/src/cmd/acme/wind.c
@@ -549,7 +549,7 @@ winctlprint(Window *w, char *buf, int fonts)
n = sprint(buf, "%11d %11d %11d %11d %11d ", w->id, w->tag.file->b.nc,
w->body.file->b.nc, w->isdir, w->dirty);
if(fonts)
- sprint(buf+n, "%11d %s" , Dx(w->body.fr.r), w->body.reffont->f->name);
+ sprint(buf+n, "%11d %q %11d" , Dx(w->body.fr.r), w->body.reffont->f->name, w->body.fr.maxtab);
}
void