X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/ea0716c6d898286350ebbe0036aef981418fe168..cd985a32b9fb7bcb504b9c2e10b20df6e81439a0:/unix/pty.c diff --git a/unix/pty.c b/unix/pty.c index b621d8be..50b548ce 100644 --- a/unix/pty.c +++ b/unix/pty.c @@ -474,6 +474,8 @@ int pty_select_result(int fd, int event) #endif from_backend(pty_frontend, 0, message, strlen(message)); } + + notify_remote_exit(pty_frontend); } return !finished; }