Top "Pdcurses" questions

PDCurses is a public domain [tag:curses] programming library for DOS, Windows, X11 and SDL

What is needed for curses in Python 3.4 on Windows7?

I have a running Python 2.7/3.4 installation on my Windows 7 (x64) machine. I would like to test curses on Windows. Curses …

windows python-3.x curses pdcurses
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 install PDCurses in Windows for use with C++?

I want to use it in some of my programs instead of the standard IOStream. Also, does NCurses work on …

c++ pdcurses