[PATCH] Cygwin: Fix typo in new-features.xml

2021-12-02 Thread Takashi Yano
--- winsup/doc/new-features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml index e05ffe38e..4fdfafc24 100644 --- a/winsup/doc/new-features.xml +++ b/winsup/doc/new-features.xml @@ -4,7 +4,7 @@ What's new and

[PATCH] Cygwin: console: Fix OSC sequence handling.

2021-12-02 Thread Takashi Yano
- Currently, some OSC escape sequences, such as 'OSC 110 BEL', are not handled correctly. This patch fixes the issue. --- winsup/cygwin/fhandler_console.cc | 31 --- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/winsup/cygwin/fhandler_console.cc