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:
parent
7551b2ec8b
commit
d96da29b37
4 changed files with 209 additions and 7 deletions
|
|
@ -69,6 +69,9 @@ threadmain(int argc, char *argv[])
|
|||
|
||||
loadfile = nil;
|
||||
ARGBEGIN{
|
||||
case '$':
|
||||
dodollarsigns = TRUE;
|
||||
break;
|
||||
case 'D':
|
||||
{extern int _threaddebuglevel;
|
||||
_threaddebuglevel = ~0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue