dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.59k stars 112 forks source link

Does build but not run on Windows #2798

Open itsmagu opened 1 week ago

itsmagu commented 1 week ago

image

Everything builds with nothing more then a few warnings, once I run a executable it crashes either instantly or after a few frames which also does not look like they do in Linux or WSL. Once it crashes it grinds the terminal with a huge block of color codes or something

Included data: echo $LANG says "en_US.UTF-8" echo $LC_CTYPE says "en_US.UTF-8" echo $TERM says "vt100"

notcurses version: 3.0.11 from (https://github.com/dankamongmen/notcurses/releases/tag/v3.0.11)

terminal name + version: MinTTY 3.7.4 (Microsoft Windows) image

This angers me greatly since I love this project, while as a mere mortal: need to use windows...

itsmagu commented 1 week ago

Also, followed this guide (https://github.com/dankamongmen/notcurses/blob/master/INSTALL.md#microsoft-windows)