]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Revise the code which prevents undesired window title.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Sun, 31 May 2020 05:53:20 +0000 (14:53 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 31 May 2020 08:33:55 +0000 (10:33 +0200)
commitd212bdc40096fde87b086290ac34b1cc6517b19f
tree044e7bb233bc925d2bf7e63012fb9395bbd7b58f
parentac1f63ef2812093ce0e053dd505b44c55c3d47d6
Cygwin: pty: Revise the code which prevents undesired window title.

- In current pty, the window title can not be set from non-cygwin
  program due to the code which prevents overwriting the window
  title to "cygwin-console-helper.exe" in fhandler_pty_master::pty_
  master_fwd_thread(). This patch fixes the issue.
winsup/cygwin/fhandler_tty.cc
This page took 0.029237 seconds and 5 git commands to generate.