[README] mention 'mintty -P on' #2116

pull/2246/head
nick black 3 years ago
parent 1456422d89
commit 7f0fbc6b7e
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -476,6 +476,14 @@ If things break or seem otherwise lackluster, **please** consult the
(or <code>--libs notcurses-core</code>) to discover them.
</details>
<details>
<summary>Notcurses initialization locks up in MSYS2/Cygwin.</summary>
Notcurses requires the [Windows ConPTY](https://devblogs.microsoft.com/commandline/windows-command-line-introducing-the-windows-pseudo-console-conpty/)
layer. This is available in Cygwin by default since 3.2.0, but is disabled
by default in MSYS. Launch `mintty` with `-P on` arguments, or export
`MSYS=enable_pcon` before launching it.
</details>
<details>
<summary>Can I avoid manually exporting <code>COLORTERM=24bit</code>
everywhere?</summary>

Loading…
Cancel
Save