Top "Curses" questions

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

Python TUI libs

I'm writing a small sudoku game/solver in Linux using python with TUI (not GUI, that's just lame) just for …

python curses tui urwid
Console interface tutorials and tips (pdcurses)

I'm looking for tutorials on using PDCurses library. Unfortunately there is text only documentation, which is more like function reference. …

console ncurses curses pdcurses
How do I use getch from curses without clearing the screen?

I'm learning to program in C and want to be able to type characters into the terminal while my code …

c ncurses curses
Why is curses on linux giving me following error?

Trying to get getch() working to capture key press. #include <curses.h> ... ... WINDOW *w; char f; w = initscr(); …

c linker curses undefined-reference
_curses.error: addstr() returned ERR

Using Python, I am trying to write a script which will convert all typed characters into 'a' whenever you pressed …

python python-2.7 python-3.x curses python-curses
Make can't find curses.h

I have this program called samtools (version 1.3) that is used for manipulating the files that you get from DNA sequencing …

ubuntu curses samtools
Python input single character without enter

What I am trying to do is make a simple pi memorization game in Python. What I need is a …

python curses msvcrt getch
Python curses dilemma

I'm playing around a little with Python and curses. When I run import time import curses def main(): curses.initscr() …

python ncurses curses
Learning Ruby Curses

Does anyone know of any good tutorials for learning Ruby with Curses? I just can't seem to find one and …

ruby curses
Using ncurses to capture mouse clicks on a console application

I'm making a console application for unix platforms, and I'm using the curses (or ncurses) library to handle keyboard and …

c++ unix mouseevent ncurses curses