From b34016cdc4b31024dc21e67a5060ff3529680956 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Fri, 14 Feb 2020 14:45:20 +0100
Subject: [PATCH] I/O [NT]: Updated note.

The ConPTY behavior has been classified as a bug.
---
 src/fdlib.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/fdlib.c b/src/fdlib.c
index 3e45cbd1c2..fa222a5762 100644
--- a/src/fdlib.c
+++ b/src/fdlib.c
@@ -292,7 +292,10 @@ PMOD_EXPORT void set_errno_from_win32_error (unsigned long err)
  *         This is due to it still being possible to use the
  *         ConPTY for further processes.
  *
- * Note also that closing the ConPTY causes ant remaining client
+ * Update: The above behavior is apparently a bug. Cf
+ *         https://github.com/microsoft/terminal/issues/4564
+ *
+ * Note also that closing the ConPTY causes any remaining client
  * processes to be terminated.
  *
  * In order to handle the above, we keep track of the processes
-- 
GitLab