mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-06 22:12:47 -05:00
Oops - repercussions of the close-on-exit stuff which I forgot to
check in. I must stop doing my Unix checkins in the Unix subdir :-( [originally from svn r2125]
This commit is contained in:
11
window.c
11
window.c
@ -4553,3 +4553,14 @@ void flip_full_screen()
|
||||
ShowWindow(hwnd, SW_MAXIMIZE);
|
||||
}
|
||||
}
|
||||
|
||||
void frontend_keypress(void)
|
||||
{
|
||||
/*
|
||||
* Keypress termination in non-Close-On-Exit mode is not
|
||||
* currently supported in PuTTY proper, because the window
|
||||
* always has a perfectly good Close button anyway. So we do
|
||||
* nothing here.
|
||||
*/
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user