mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-14 01:27:35 -05:00
Close on exit. I'm not entirely happy with the distribution of this
across mac_closeterm() and notify_remote_exit() but it will do for now. Also, "PuTTY (inactive)" looks strange as a Mac window title in a way it doesn't on Unix or Windows. Perhaps we should find another way of indicating that a window contains a dead session? [originally from svn r5424]
This commit is contained in:
@ -77,6 +77,7 @@ static void mac_config(int midsession)
|
||||
memset(s, 0, sizeof(*s));
|
||||
do_defaults(NULL, &s->cfg);
|
||||
s->hasfile = FALSE;
|
||||
s->session_closed = FALSE;
|
||||
}
|
||||
|
||||
/* Copy the configuration somewhere else in case this is a *
|
||||
|
Reference in New Issue
Block a user