From 6cc299f0e20e4b76f7dbab5ea8c296ffa4859b62 Mon Sep 17 00:00:00 2001 From: Takashi Yano Date: Tue, 21 Jan 2020 11:22:02 +0900 Subject: Cygwin: pty: Revise code waiting for forwarding by master_fwd_thread. - Though this rarely happens, sometimes the first printing of non- cygwin process does not displayed correctly. To fix this issue, the code for waiting for forwarding by master_fwd_thread is revised. --- winsup/cygwin/tty.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/tty.cc') diff --git a/winsup/cygwin/tty.cc b/winsup/cygwin/tty.cc index 695ce91..ef9bbc1 100644 --- a/winsup/cygwin/tty.cc +++ b/winsup/cygwin/tty.cc @@ -245,6 +245,7 @@ tty::init () num_pcon_attached_slaves = 0; term_code_page = 0; need_redraw_screen = false; + fwd_done = NULL; } HANDLE -- cgit v1.1