Skip to content
Snippets Groups Projects
Commit cb222e7b authored by rswindell's avatar rswindell
Browse files

Added support for the /W (show window) command.

parent d3ab8c22
Branches
Tags
No related merge requests found
......@@ -771,7 +771,11 @@ int main(int argc, char **argv)
case 'M':
maint=1;
xsdk_mode&=~XSDK_MODE_NOCONSOLE;
break; }
break;
case 'W':
xsdk_mode&=~XSDK_MODE_NOCONSOLE;
break;
}
p=getenv("SBBSNODE");
if(p)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment