Top "Curses" questions

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

Print to standard console in curses

I'm building a python curses application. I have two ways of printing to the curses window: print x, and windows.…

python ncurses curses
Curses returning AttributeError: 'module' object has no attribute 'initscr'

I am following the Curses programming HowTo on the Python site, but I am running into a rather bizarre issue. …

python curses
Are there any toolkit libraries for curses with Python bindings?

I'm writing a text-based hex viewer for fun and usefulness(I intend to add syntax highlighting for many different filetypes), …

python user-interface toolkit curses
How do you get the last arrow key pressed using curses?

I'm writing a Python snake game using curses, but am having some trouble controlling the snake, my current code for …

python keypress curses
Xcode and Curses.h with Error opening terminal

I am trying to compile a simple curse project with Xcode. The program compiles fine with g++ in terminal with …

xcode macos gcc terminal curses
How do I use extended characters in Python's curses library?

I've been reading tutorials about Curses programming in Python, and many refer to an ability to use extended characters, such …

python curses
How to make a scrolling menu in python-curses

There is a way to make a scrolling menu in python-curses? I have a list of records that I got …

python terminal curses python-curses
Interpreting "ENTER" keypress in stdscr (curses module in Python)

I am using Python's curses module. In stdscr, whenever I press enter key, curse moves to the first column in …

python python-2.7 python-3.x curses python-curses
How do I delete a curse window in python and restore background window?

Hell-o guys, I'm working on python curses and I have my initial window with initscr() and I create several new …

python window curses
Pycharm : how-to launch for a standard terminal (to solve an issue with curses)

I'm facing a weird problem. Using Pycharm (please do not troll about this fact), I'm trying to launch a short …

python python-2.7 pycharm curses