blessings
blessings copied to clipboard
Can't get it to run on Windows - missing curses, then missing fcntl
After getting the missing _curses error, I tried intalling windows-curses. But then it complained of missing fcntl.
The library itself looks really good, some basic commands to build larger structures.
But I don't know where to turn, to make this work in Windows.
blessings doesn't work on windows.
The fork, https://github.com/jquast/blessed does.
Ok, thanks jquast.