-
Related to #41
Compiling in Alpine linux from the master branch results in the compiler not finding curses.h and not having the man directory /usr/local.
I made these changes in config.def.h:
…
-
See:
https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/kqueue.2.html
cmake, curses is already supported on OSX
-
Hey; I love the concept of this library. Just wondering if it's possible to make a "full" screen application using ink? By that I mean, something like `htop` which takes over the full screen, and when…
-
Currently asciifarm is using the python-curses library which is only abailable on *nix systems.
It would be good if asciifarm would also work on windows systems
For this it is probably necessary t…
-
For instance, _returnRandomCurse()_ method in **_AbstractDungeon_** class calls _getCurse()_ method in **_CardLibrary_** class. Which only bans **AscendersBane**, **Necronomicurse** and **Pride** but …
-
Following is my environment setting.
```
System: Ubuntu 20.04
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2024 NVIDIA Corporation
Built on Wed_Apr_17_19:19:55_PDT_2024
Cuda compi…
-
This started in RC1 and I was hoping to get it fixed before it was released.
The failure is about linking Curses-related objects, spitting out many errors like
```
lib/liblldbCore.a(IOHandler…
-
Hi,
sadly the curses based pick library does not work with Terminus. Only the cursors is blinking at the bottom and top of the screen.
The library can be found on pip https://pypi.org/project/pic…
-
For curses programs, the pexpect FAQ says
> We suggest using the pyte library to screen-scrape.
Is there a simple example of how to do that, say how to start a vim instance and read out the char…
-
Lately, I am unable to run it on Windows. It's installed but when I run `python -m calcure` it just does not start TUI interface and quits the process after a second without any errors. I was wonderin…