public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH 0/5] Some revisions for pty and console code.
@ 2021-01-15  8:32 Takashi Yano
  2021-01-15  8:32 ` [PATCH 1/5] Cygwin: pty: Add workaround for rlwrap 0.40 or later Takashi Yano
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Takashi Yano @ 2021-01-15  8:32 UTC (permalink / raw)
  To: cygwin-patches

Takashi Yano (5):
  Cygwin: pty: Add workaround for rlwrap 0.40 or later.
  Cygwin: console: Revise the code to switch xterm mode.
  Cygwin: pty: Make close_pseudoconsole() be a static member function.
  Cygwin: pty: Prevent pty from changing code page of parent console.
  Cygwin: pty: Make master thread functions be static.

 winsup/cygwin/fhandler.h          |  56 ++++--
 winsup/cygwin/fhandler_console.cc | 159 +++++++++++-----
 winsup/cygwin/fhandler_tty.cc     | 305 +++++++++++++++++++++++-------
 winsup/cygwin/select.cc           |  15 +-
 winsup/cygwin/spawn.cc            |  42 +++-
 winsup/cygwin/tty.cc              |   2 +
 winsup/cygwin/tty.h               |   2 +
 7 files changed, 440 insertions(+), 141 deletions(-)

-- 
2.30.0


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-18 11:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-15  8:32 [PATCH 0/5] Some revisions for pty and console code Takashi Yano
2021-01-15  8:32 ` [PATCH 1/5] Cygwin: pty: Add workaround for rlwrap 0.40 or later Takashi Yano
2021-01-15  8:32 ` [PATCH 2/5] Cygwin: console: Revise the code to switch xterm mode Takashi Yano
2021-01-15  8:32 ` [PATCH 3/5] Cygwin: pty: Make close_pseudoconsole() be a static member function Takashi Yano
2021-01-15  8:32 ` [PATCH 4/5] Cygwin: pty: Prevent pty from changing code page of parent console Takashi Yano
2021-01-18 10:23   ` Corinna Vinschen
2021-01-18 11:23     ` Takashi Yano
2021-01-15  8:32 ` [PATCH 5/5] Cygwin: pty: Make master thread functions be static Takashi Yano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).