diff options
author | Takashi Yano <takashi.yano@nifty.ne.jp> | 2020-01-10 20:46:26 +0900 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2020-01-14 17:19:19 +0100 |
commit | 2f415d5efae5a47906f0fdf5080c407b56b5ce20 (patch) | |
tree | 447b175f390fc24d7c635950da8b078095a704cd /symlink-tree | |
parent | 783eaa888feaf4f76df3d3449e29aa20aa78c802 (diff) | |
download | newlib-2f415d5efae5a47906f0fdf5080c407b56b5ce20.zip newlib-2f415d5efae5a47906f0fdf5080c407b56b5ce20.tar.gz newlib-2f415d5efae5a47906f0fdf5080c407b56b5ce20.tar.bz2 |
Cygwin: pty: Disable FreeConsole() on close for non cygwin process.
- After commit e1a0775dc0545b5f9c81b09a327fc110c538b7b4, the problem
reported in https://www.cygwin.com/ml/cygwin/2020-01/msg00093.html
occurs. For Gnu scren and tmux, calling FreeConsole() on pty close
is necessary. However, if FreeConsole() is called, cygwin setup
with '-h' option does not work. Therefore, the commit
e1a0775dc0545b5f9c81b09a327fc110c538b7b4 delayed closing pty.
This is the cause of the problem above. Now, instead of delaying
pty close, FreeConsole() is not called if the process is non cygwin
processes such as cygwin setup.
Diffstat (limited to 'symlink-tree')
0 files changed, 0 insertions, 0 deletions