]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Keep code page between non-cygwin apps.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Thu, 28 Jan 2021 03:26:12 +0000 (12:26 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 28 Jan 2021 10:21:12 +0000 (11:21 +0100)
commit442093214dd6b911a3a0080a10904587733a581f
treed9a4529fb9692cff52c6256f9a520c011d922810
parent10d083c745dd89e824adc960d555975afc26b785
Cygwin: pty: Keep code page between non-cygwin apps.

- After commit bb428520, there has been the disadvantage:
  4) Code page cannot be changed by chcp.com. Acctually, chcp works
     itself and changes code page of its own pseudo console.  However,
     since pseudo console is recreated for another process, it cannot
     inherit the code page.
  This patch clears this disadvantage.
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/tty.cc
winsup/cygwin/tty.h
This page took 0.028568 seconds and 5 git commands to generate.