1
0
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:
Owen Dunn
2005-03-01 21:38:06 +00:00
parent 41793f56d4
commit d403e31233
4 changed files with 50 additions and 6 deletions

View File

@ -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 *