mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.33k stars 32 forks source link

fix: close child process stdin by default #297

Closed mfontanini closed 3 months ago

mfontanini commented 3 months ago

The mermaid CLI seems to somehow sometimes consume something from (the inherited) stdin which causes raw mode to break in presenterm. This closes stdin by default, which fixes this issue and also seems like a sane default.