X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=unix%2Fpty.c;h=50b548ce437f4b454660a4199bc74cbbc3f5f10d;hb=4c31b113a6deb4894b640e4989ae9ef1f8063c0e;hp=b621d8be0d0ae9787306c097255fd24410094fb8;hpb=1aa64afc30a3c002d391acfac9aeebbaa709f8d6;p=PuTTY.git 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; }