aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc
diff options
context:
space:
mode:
authorTakashi Yano <takashi.yano@nifty.ne.jp>2020-01-21 22:25:13 +0900
committerCorinna Vinschen <corinna@vinschen.de>2020-01-22 10:56:10 +0100
commitcdf5db22f17b6f8e274168e3ff549f67d662bfb1 (patch)
tree8a07d62b527d895114634bceddcec193919843d1 /winsup/doc
parentda4ee7d60b9ff0bcdc081609a4467adb428d58e6 (diff)
downloadnewlib-cdf5db22f17b6f8e274168e3ff549f67d662bfb1.zip
newlib-cdf5db22f17b6f8e274168e3ff549f67d662bfb1.tar.gz
newlib-cdf5db22f17b6f8e274168e3ff549f67d662bfb1.tar.bz2
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.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/cygwinenv.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/doc/cygwinenv.xml b/winsup/doc/cygwinenv.xml
index 6f67cb9..67592cb 100644
--- a/winsup/doc/cygwinenv.xml
+++ b/winsup/doc/cygwinenv.xml
@@ -99,6 +99,12 @@ system call will immediately fail.</para>
<xref linkend="pathnames-symlinks"></xref>.</para>
</listitem>
+<listitem>
+<para><envar>disable_pcon</envar> - if set, pseudo console support in
+pty will be disabled. This is for programs which do not work properly
+under pty with pseudo console enabled. Defaults to not set.</para>
+</listitem>
+
</itemizedlist>
</sect2>