mirror of https://github.com/macssh/macssh.git
close-box fix for log
This commit is contained in:
parent
95906f6ad7
commit
881cede9c6
|
@ -1326,6 +1326,8 @@ void CloseAWindow(WindowPtr theWindow)
|
||||||
switch(((WindowPeek)theWindow)->windowKind) {
|
switch(((WindowPeek)theWindow)->windowKind) {
|
||||||
case WIN_CONSOLE:
|
case WIN_CONSOLE:
|
||||||
// Debugger(); // Can't close the console window
|
// Debugger(); // Can't close the console window
|
||||||
|
// can't close it, but we can hide it...
|
||||||
|
DebugKeys(TRUE, 39, -1);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case WIN_LOG:
|
case WIN_LOG:
|
||||||
|
|
Loading…
Reference in New Issue