Top "Curses" questions

Curses is a library for unix-ish computers that you can use to have better and more interactive consoles, including colors.

Curses library not found

I'm trying to build 5.6.4-labs-innodb-memcached, but having this issue: # cmake ./ -- MySQL 5.6.4-labs-innodb-memcached -- Could NOT find Curses (missing: CURSES_…

mysql linux cmake ncurses curses
Setupterm could not find terminal, in Python program using curses

I am trying to get a simple curses script to run using Python (with PyCharm 2.0). This is my script: import …

python curses
what is the key code for space bar in curses.h

I just have a simple question, I cannot find what the key code is for space bar in curses.h. …

c ncurses curses
Python Curses Handling Window (Terminal) Resize

This is two questions really: how do I resize a curses window, and how do I deal with a terminal …

python resize curses
How do I detect arrow keys pressed using curses in C?

In trying to get input from the arrow keys via curses (ncurses) it won't catch as KEY_UP etc. I …

c input key ncurses curses
Python curses Redirection is not supported

I am trying to use Curses in PyDev in Eclipse in Win7. I have installed Python 3.2 (64bit) and curses-2.2.win-amd64…

python pydev curses
Python ncurses, CDK, urwid difference

What's the difference between these 3? As far as I understand it they both provide binding to curses which is the …

python ncurses curses urwid
python celery - ImportError: No module named _curses - while attempting to run manage.py celeryev

Background Windows 7 x 64 Python 2.7 Django 1.4 Celery with Redis bundle While trying to run manage.py celeryev, I get the following …

python celery curses
How to refresh curses window correctly?

while 1: ... window.addstr(0, 0, 'abcd') window.refresh() ... window size is full terminal size, big enough to hold abcd. If 'abcd' is …

python refresh ncurses curses
Python on AIX: What are my options?

I need to make some Python applications for a work project. The target platform is AIX 5.3. My question is: What …

python aix ncurses curses