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.
This commit is contained in:
Takashi Yano
2020-01-21 11:22:02 +09:00
committed by Corinna Vinschen
parent 5377a84776
commit 6cc299f0e2
3 changed files with 13 additions and 4 deletions

View File

@@ -106,6 +106,7 @@ private:
int num_pcon_attached_slaves;
UINT term_code_page;
bool need_redraw_screen;
HANDLE fwd_done;
public:
HANDLE from_master () const { return _from_master; }