summaryrefslogtreecommitdiffstats
path: root/src/cmd/acme/acme.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-03-14 20:53:10 +0000
committerrsc <devnull@localhost>2005-03-14 20:53:10 +0000
commitd96da29b373306ea72f99d61e524e7337112652c (patch)
tree12e4761656f4a61044144041e767c52b538d2e6a /src/cmd/acme/acme.c
parent7551b2ec8b48e74f002ae14882f2e4f191ea0076 (diff)
downloadplan9port-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/acme.c')
-rw-r--r--src/cmd/acme/acme.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmd/acme/acme.c b/src/cmd/acme/acme.c
index fe244e9b..408bd25b 100644
--- a/src/cmd/acme/acme.c
+++ b/src/cmd/acme/acme.c
@@ -69,6 +69,9 @@ threadmain(int argc, char *argv[])
loadfile = nil;
ARGBEGIN{
+ case '$':
+ dodollarsigns = TRUE;
+ break;
case 'D':
{extern int _threaddebuglevel;
_threaddebuglevel = ~0;