diff options
| author | Marius Eriksen <marius.eriksen@gmail.com> | 2012-10-21 16:52:08 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2012-10-21 16:52:08 -0400 |
| commit | 81c2c5e775d83896f25981cf4c4e486c5cc91180 (patch) | |
| tree | 6d18605ca470aae3d05deb040aad47d7e2fe4195 /src/cmd/acme/dat.h | |
| parent | 9c611279288ca016aeb214da4a23a8e2cce45027 (diff) | |
| download | plan9port-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.h | 1 |
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]; |
