Add $foo window names back to acme, enabled with -'$'.

See the comment in wind.c about why this isn't the right
solution.
This commit is contained in:
rsc 2005-03-14 20:53:10 +00:00
parent 7551b2ec8b
commit d96da29b37
4 changed files with 209 additions and 7 deletions

View file

@ -69,6 +69,9 @@ threadmain(int argc, char *argv[])
loadfile = nil;
ARGBEGIN{
case '$':
dodollarsigns = TRUE;
break;
case 'D':
{extern int _threaddebuglevel;
_threaddebuglevel = ~0;