Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2002-10-24 18:12:55 +0400
committerSimon Tatham <anakin@pobox.com>2002-10-24 18:12:55 +0400
commit6e549a6db3fb5821dd4d063d59f99dee5a5acf99 (patch)
tree3d6981c5062499925071ea44abe45e3b2b6f9c77 /ldisc.c
parentc0a3c62f6a9152f103fafe73af5abde059c99c2b (diff)
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]
Diffstat (limited to 'ldisc.c')
-rw-r--r--ldisc.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ldisc.c b/ldisc.c
index ceafa416..a149c6d0 100644
--- a/ldisc.c
+++ b/ldisc.c
@@ -74,6 +74,12 @@ void ldisc_send(char *buf, int len, int interactive)
return;
}
/*
+ * Notify the front end that something was pressed, in case
+ * it's depending on finding out (e.g. keypress termination for
+ * Close On Exit).
+ */
+ frontend_keypress();
+ /*
* Less than zero means null terminated special string.
*/
if (len < 0) {