diff options
| author | rsc <devnull@localhost> | 2005-03-14 20:53:10 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2005-03-14 20:53:10 +0000 |
| commit | d96da29b373306ea72f99d61e524e7337112652c (patch) | |
| tree | 12e4761656f4a61044144041e767c52b538d2e6a /src/cmd/acme/dat.h | |
| parent | 7551b2ec8b48e74f002ae14882f2e4f191ea0076 (diff) | |
| download | plan9port-d96da29b373306ea72f99d61e524e7337112652c.tar.gz plan9port-d96da29b373306ea72f99d61e524e7337112652c.zip | |
Add $foo window names back to acme, enabled with -'$'.
See the comment in wind.c about why this isn't the right
solution.
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 19229e7a..9b1f4f44 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -536,6 +536,7 @@ int editing; int erroutfd; int messagesize; /* negotiated in 9P version setup */ int globalautoindent; +int dodollarsigns; enum { |
