public inbox for cygwin-patches@cygwin.com
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Improve pseudo console support.
@ 2021-01-21 20:58 Takashi Yano
  2021-01-21 20:58 ` [PATCH v2 1/4] Cygwin: pty: Inherit typeahead data between two input pipes Takashi Yano
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Takashi Yano @ 2021-01-21 20:58 UTC (permalink / raw)
  To: cygwin-patches

The new implementation of pseudo console support by commit bb428520
provides the important advantages, while there also has been several
disadvantages compared to the previous implementation.

These patches overturn some of them.

The disadvantage:
 1) The cygwin program which calls console API directly does not work.
is supposed to be able to be overcome as well, however, I am not sure
it is worth enough. This will need a lot of hooks for console APIs.

Takashi Yano (4):
  Cygwin: pty: Inherit typeahead data between two input pipes.
  Cygwin: pty: Keep code page between non-cygwin apps.
  Cygwin: pty: Make apps using console APIs be able to debug with gdb.
  Cygwin: pty: Allow multiple apps to enable pseudo console
    simultaneously.

 winsup/cygwin/fhandler.h      |  15 +-
 winsup/cygwin/fhandler_tty.cc | 805 ++++++++++++++++++++++++++--------
 winsup/cygwin/spawn.cc        | 102 +++--
 winsup/cygwin/tty.cc          |  11 +-
 winsup/cygwin/tty.h           |  18 +-
 5 files changed, 730 insertions(+), 221 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2021-01-25  9:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 20:58 [PATCH v2 0/4] Improve pseudo console support Takashi Yano
2021-01-21 20:58 ` [PATCH v2 1/4] Cygwin: pty: Inherit typeahead data between two input pipes Takashi Yano
2021-01-21 20:58 ` [PATCH v2 2/4] Cygwin: pty: Keep code page between non-cygwin apps Takashi Yano
2021-01-21 20:58 ` [PATCH v2 3/4] Cygwin: pty: Make apps using console APIs be able to debug with gdb Takashi Yano
2021-01-21 20:58 ` [PATCH v2 4/4] Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously Takashi Yano
2021-01-22  9:50 ` [PATCH v2 0/4] Improve pseudo console support Corinna Vinschen
2021-01-22 11:40   ` Takashi Yano
2021-01-22 12:20 ` Corinna Vinschen
2021-01-25  9:37   ` 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).