Cygwin: pty: Introduce disable_pcon in environment CYGWIN.

- For programs which does not work properly with pseudo console,
  disable_pcon in environment CYGWIN is introduced. If disable_pcon
  is set, pseudo console support is disabled.
This commit is contained in:
Takashi Yano
2020-01-21 22:25:13 +09:00
committed by Corinna Vinschen
parent da4ee7d60b
commit cdf5db22f1
4 changed files with 10 additions and 0 deletions

View File

@@ -71,6 +71,7 @@ bool pipe_byte;
bool reset_com;
bool wincmdln;
winsym_t allow_winsymlinks = WSYM_sysfile;
bool disable_pcon;
bool NO_COPY in_forkee;