Skip to content

Commit

Permalink
wiki Tips: add option to configure MSYS2/Git-Bash to enable ConPTY (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mintty committed Dec 2, 2022
1 parent bb82bd2 commit 4d0e5df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wiki/Tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,8 @@ occur in all pty-based terminals (like xterm, rxvt etc).
Cygwin 3.1.0 compensates for this issue via the ConPTY API of Windows 10.
On MSYS2, its usage can be enabled by setting the environment variable
MSYS=enable_pcon or changing the default during MSYS2 installation.
You can also set mintty option ConPTY=true to override the MSYS2 default.
You can also later set `MSYS=enable_pcon` in file `/etc/git-bash.config`.
You can also set mintty option `ConPTY=true` to override the MSYS2 default.

As a workaround on older versions of Cygwin or Windows, you can use
[winpty](https://github.com/rprichard/winpty) as a wrapper to invoke
Expand Down

0 comments on commit 4d0e5df

Please sign in to comment.