blessings icon indicating copy to clipboard operation
blessings copied to clipboard

Can't get it to run on Windows - missing curses, then missing fcntl

Open GHExplorer opened this issue 2 years ago • 2 comments

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.

GHExplorer avatar Sep 01 '23 22:09 GHExplorer

blessings doesn't work on windows.

The fork, https://github.com/jquast/blessed does.

jquast avatar Dec 17 '23 03:12 jquast

Ok, thanks jquast.

GHExplorer avatar Dec 17 '23 15:12 GHExplorer