From d96da29b373306ea72f99d61e524e7337112652c Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 14 Mar 2005 20:53:10 +0000 Subject: Add $foo window names back to acme, enabled with -'$'. See the comment in wind.c about why this isn't the right solution. --- src/cmd/acme/dat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/acme/dat.h') 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 { -- cgit v1.2.3