notcurses
notcurses copied to clipboard
notcurses-tester hangs on windows
We can now build notcurses-tester
on Windows in all of its glory. Unfortunately, trying to run it sees it hang after performing initialization, in both mintty and Microsoft Terminal. I'd like to have this fixed and running in CI for 3.0.0, but it's not the biggest deal in the world.
ahhh; our windows compat implementaiton of is_tty_fd()
just checks that the fd is >= 0. we then dump queries to this fd which are never answered.
with a proper is_tty_fd()
predicate, this will work.