public inbox for cygwin-developers@cygwin.com
 help / color / mirror / Atom feed
* [PATCH v7 0/1] Pseudo console support in PTY (v7)
@ 2019-08-15 16:09 Takashi Yano
  2019-08-15 16:09 ` [PATCH v7 1/1] Cygwin: pty: add pseudo console support Takashi Yano
  0 siblings, 1 reply; 7+ messages in thread
From: Takashi Yano @ 2019-08-15 16:09 UTC (permalink / raw)
  To: cygwin-developers; +Cc: Takashi Yano

Changes from v6:
Improve character set conversion. Now, it should work in non UTF-8
terminal if locale is correcly set.

Takashi Yano (1):
  Cygwin: pty: add pseudo console support.

 winsup/cygwin/dtable.cc               |  50 ++
 winsup/cygwin/fhandler.h              |  42 +-
 winsup/cygwin/fhandler_console.cc     |  32 +
 winsup/cygwin/fhandler_tty.cc         | 843 +++++++++++++++++++++++++-
 winsup/cygwin/fork.cc                 |  24 +
 winsup/cygwin/select.cc               |  22 +-
 winsup/cygwin/spawn.cc                |  55 ++
 winsup/cygwin/strace.cc               |  24 +
 winsup/cygwin/tty.cc                  |   8 +
 winsup/cygwin/tty.h                   |  24 +-
 winsup/utils/cygwin-console-helper.cc |  14 +-
 11 files changed, 1093 insertions(+), 45 deletions(-)

-- 
2.21.0

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

end of thread, other threads:[~2019-08-23  3:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-15 16:09 [PATCH v7 0/1] Pseudo console support in PTY (v7) Takashi Yano
2019-08-15 16:09 ` [PATCH v7 1/1] Cygwin: pty: add pseudo console support Takashi Yano
2019-08-17  8:36   ` Corinna Vinschen
2019-08-17 18:10     ` Mark Geisert
2019-08-19  6:36       ` Takashi Yano
2019-08-21 15:41         ` Takashi Yano
2019-08-23  3:19           ` Mark Geisert

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).