This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH v2 0/1] Pseudo console support in PTY (v2)


On Sat, 30 Mar 2019 22:08:04 +0900 Takashi Yano wrote:
> Known problems:
> * mintty fails to start if it is started in console cygwin
>   session.

This has been resolved in the new version.

On Tue, 2 Apr 2019 13:02:48 +0200 Corinna Vinschen wrote:
> I found another weird effect which I can't explain off the top
> of my head:  system_printf() debug output does not show up
> in a mintty anymore with this patch.  Any idea why?

I am not sure, but this may be fixed in the new version.
Could you please try?


D=http://tyan0.dip.jp/cygwin
${D}/x86_64/test/cygwin1-20190404.dll.xz
${D}/x86_64/test/cygwin-console-helper.exe.xz
${D}/x86/test/cygwin1-20190404.dll.xz
${D}/x86/test/cygwin-console-helper.exe.xz


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

 winsup/cygwin/dtable.cc               |   7 +
 winsup/cygwin/fhandler.h              |  42 +-
 winsup/cygwin/fhandler_console.cc     |  32 ++
 winsup/cygwin/fhandler_tty.cc         | 583 ++++++++++++++++++++++++--
 winsup/cygwin/fork.cc                 |  20 +
 winsup/cygwin/select.cc               |   3 +
 winsup/cygwin/spawn.cc                |  32 ++
 winsup/cygwin/tty.cc                  |   4 +
 winsup/cygwin/tty.h                   |  20 +-
 winsup/utils/cygwin-console-helper.cc |  14 +-
 10 files changed, 716 insertions(+), 41 deletions(-)

-- 
2.17.0


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]