X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/de9aaffb82ed90ab2adfd7c869bbb76681a95ef3..ab2c86b9e339e4c0a7d824b1f7ec4efcce985d79:/window.c diff --git a/window.c b/window.c index abbfdd89..1aa20908 100644 --- a/window.c +++ b/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; +}