Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jun 11, 2009 9:05 pm |
That's actually working as designed. Closing a window using the close button in the upper-right corner doesn't *delete* the window, it just closes it.
For example, open a blank session. Type:
#WIN Test
to create a test window. Now close the Test window by clicking on the X in the upper-right corner of the window. Go to Settings. Notice the Test window is still defined.
The proper way to close a session is via the File/Close All command.
The reason for this way that it works is that CMUD doesn't distinguish between main session windows and child "capture" windows anymore (like zMUD did). And I didn't want your whole session to get removed just because you closed a window. I just wanted that to hide the window temporarily, allowing you to select it from the Window menu again if you wanted it later. So the same thing happens for the main session window. Maybe the Sessions window shouldn't be displayed in that case or maybe I should prompt about deleting the window if it's the only window left and you close it. |
|