add tab size to window ctl file

This commit is contained in:
rsc 2004-04-25 20:26:49 +00:00
parent 4e20688042
commit c591e1e616
2 changed files with 2 additions and 1 deletions

View file

@ -102,6 +102,7 @@ threadmain(int argc, char *argv[])
exits("usage"); exits("usage");
}ARGEND }ARGEND
quotefmtinstall();
cputype = getenv("cputype"); cputype = getenv("cputype");
objtype = getenv("objtype"); objtype = getenv("objtype");
home = getenv("home"); home = getenv("home");

View file

@ -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, n = sprint(buf, "%11d %11d %11d %11d %11d ", w->id, w->tag.file->b.nc,
w->body.file->b.nc, w->isdir, w->dirty); w->body.file->b.nc, w->isdir, w->dirty);
if(fonts) 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 void