mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
[README] mention 'mintty -P on' #2116
This commit is contained in:
parent
1456422d89
commit
7f0fbc6b7e
@ -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…
Reference in New Issue
Block a user