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:
committed by
Corinna Vinschen
parent
da4ee7d60b
commit
cdf5db22f1
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user