[PATCH 0/5] Some revisions for pty and console code.

Takashi Yano takashi.yano@nifty.ne.jp
Fri Jan 15 08:32:08 GMT 2021


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



More information about the Cygwin-patches mailing list