All pty/console patches are not reviewed yet. Three patches are tested by
Koichi.
* pty patches [New feature]:
[PATCH v2 2/3] Cygwin: pty: Discard pcon input buffer when discard_input is
called. +
[PATCH v2 3/3] Cygwin: pty: Fixup pty state after a cygwin app exits
+
(These two patches require following pty bug fix patches.)
* pty/console pathces [Bug fix]:
[PATCH] Cygwin: pty: Do not set input_available_event when applying line_edit()
(T)
[PATCH v3 1/2] Cygwin: pty: Introduce a helper function
get_handle_from_process() (T)+
[PATCH v3 2/2] Cygwin: pty: Prevent unintended conversion for cursor position
report (T)+
[PATCH v5] Cygwin: pty: Fix race issue between starting and exiting non-cygwin
app +
[PATCH 1/3] Cygwin: console: Ensure the master thread runs only when it is
supposed to
[PATCH 2/3] Cygwin: console: Fix NOFLSH mode a little
[PATCH 3/3] Cygwin: console: Fix typeahead input for bash
[PATCH] Cygwin: pty: Treat CR/NL in accept_input() the same as in
transfer_input()
* Others [ALl done]
[PATCH v3] Cygwin: clipboard: Add workaround for ERROR_CLIPBOARD_NOT_OPEN
(R)+(P)
+ Patch revised after the last report
(T) Tested
(R) Under review
(P) Pushed
--
Takashi Yano <[email protected]>