We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c29d7a commit 5c12a34Copy full SHA for 5c12a34
1 file changed
winsup/cygwin/release/3.6.8
@@ -0,0 +1,24 @@
1
+Fixes:
2
+------
3
+
4
+- Fix conhost.exe crash in pseudo console.
5
6
+- Drop CSI?9001h (win32-input-mode) sequence from pseudo console
7
+ output so that Ctrl-C correctly works.
8
9
+- Fix the problem that Ctrl-C does not work for foregrounded
10
+ 'cat | sleep 100 &' command in tcsh.
11
12
13
+ 'cat | cmd &' command.
14
15
+- Drop CSI?1004h (enable focus event report) sequence from pseudo
16
+ console output so that CSI I/O are not sent to the foreground
17
+ process.
18
19
+- Fix inheriting typeahead input after Ctrl-C.
20
21
+- Apply 7 separate patches that fix out-of-order key input.
22
+ Addresses: https://github.com/git-for-windows/git/issues/5632
23
24
+- Fix pty bugs regarding GDB with pty.
0 commit comments