summaryrefslogtreecommitdiffstats
path: root/COPYING.LIBGLOSS
diff options
context:
space:
mode:
authorTakashi Yano <takashi.yano@nifty.ne.jp>2020-02-17 19:29:07 +0900
committerCorinna Vinschen <corinna@vinschen.de>2020-02-17 13:21:11 +0100
commit774b8996d1f3e535e8267be4eb8e751d756c2cec (patch)
treed4fc5e735ae5dc468bd33b81f7794c4ba50aa0ed /COPYING.LIBGLOSS
parentbb25dd1b0f39f343b764fd0db861cb9a30441407 (diff)
downloadcygnal-cygwin-3_1_3-release.tar.gz
cygnal-cygwin-3_1_3-release.tar.bz2
cygnal-cygwin-3_1_3-release.zip
Cygwin: console: Change timing of set/unset xterm compatible mode.cygwin-3_1_3-release
- If two cygwin programs are executed simultaneousley with pipes in cmd.exe, xterm compatible mode is accidentally disabled by the process which ends first. After that, escape sequences are not handled correctly in the other app. This is the problem 2 reported in https://cygwin.com/ml/cygwin/2020-02/msg00116.html. This patch fixes the issue. This patch also fixes the problem 3. For these issues, the timing of setting and unsetting xterm compatible mode is changed. For read, xterm compatible mode is enabled only within read() or select() functions. For write, it is enabled every time write() is called, and restored on close().
Diffstat (limited to 'COPYING.LIBGLOSS')
0 files changed, 0 insertions, 0 deletions