-
I require some assistance and further clarification. I have been trying to install cmatrix on Windows, with the amalgamation of using vcpkg for pdcurses (due to my inability to build pdcurses) and cho…
-
The Configure script uses the strange term "termlib". It should be updated to mention termcap/terminfo since the latter are terms people actually use; "termlib" isn't.
-
Hi, awesome project!
Have you thought about using http://ruby-doc.org/stdlib-2.0.0/libdoc/curses/rdoc/Curses.html for rendering? It's much better fit for rendering ascii game graphics on console than…
-
I tried to install Cloud9 on my Intel Edison with firmware version 201606081705. The installation failed at configuring tmux.
I tried to install it multiple times and installed tmux manually with op…
-
When I use
```meson
dep_curses = dependency('curses')
dep_menu = dependency('menu')
```
then my binary is linking to ncursesw and ncurses:
```
$ ldd ./rmw
linux-vdso.so.1 (0x00007fff26b7e00…
-
$ memory_analyzer run 7758 -e /usr/local/bin/python3
Traceback (most recent call last):
File "/usr/local/bin/memory_analyzer", line 5, in
from memory_analyzer.memory_analyzer import cli
F…
-
On either MINIX 3.2.1 or NetBSD 6, typing anything moves the cursor further than intended. Deleting characters also moves the cursor and line-editing backwards, wrapping up to the top-left corner of t…
-
### Describe the bug
I run cataclysm-tiles or cataclysm-launcher, and it opens a black window that never changes. I tried on catapult, with .6.0, with latest experimental, nothing changed. The same i…
-
```
What steps will reproduce the problem?
run this code:
#!/usr/bin/env python
#
# assuming you are using virtual environments.
#
# >source env/bin/activate
# >pip install --pre npyscreen
import …
-
Hi All,
i just intsalled the tftrean for widnows , python 3.5 for 64 bits and I got this:
Traceback (most recent call last):
File "dp_v5.py", line 2, in
import tflearn
File "C:\Progr…