summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/dat.h
diff options
context:
space:
mode:
authorMarius Eriksen <marius.eriksen@gmail.com>2012-10-21 16:52:08 -0400
committerRuss Cox <rsc@swtch.com>2012-10-21 16:52:08 -0400
commit81c2c5e775d83896f25981cf4c4e486c5cc91180 (patch)
tree6d18605ca470aae3d05deb040aad47d7e2fe4195 /src/cmd/acme/dat.h
parent9c611279288ca016aeb214da4a23a8e2cce45027 (diff)
downloadplan9port-81c2c5e775d83896f25981cf4c4e486c5cc91180.tar.gz
plan9port-81c2c5e775d83896f25981cf4c4e486c5cc91180.zip
acme: add $acmeshell to control execution shell
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6614056
Diffstat (limited to 'src/cmd/acme/dat.h')
-rw-r--r--src/cmd/acme/dat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h
index 0539d1ac..72860db3 100644
--- a/src/cmd/acme/dat.h
+++ b/src/cmd/acme/dat.h
@@ -535,6 +535,7 @@ int fsyspid;
char *cputype;
char *objtype;
char *home;
+char *acmeshell;
char *fontnames[2];
Image *tagcols[NCOL];
Image *textcols[NCOL];