1
1
Fork
You've already forked PDCurses
0
MIRROR : A curses library for environments that don't fit the termcap/terminfo model. https://pdcurses.org/
  • C++ 91.5%
  • C 8.5%
Find a file
2026年07月06日 20:55:30 +02:00
CNAME Add CNAME 2026年07月06日 20:50:55 +02:00
curses.h Upload files to "/" 2026年07月06日 20:55:30 +02:00
curspriv.h Upload files to "/" 2026年07月06日 20:55:13 +02:00
LICENSE Initial commit 2026年07月06日 20:46:03 +02:00
panel.h Upload files to "/" 2026年07月06日 20:54:54 +02:00
README.md Update README.md 2026年07月06日 20:48:52 +02:00

PDCurses

Stable: v3.9
Current: See git repository

PDCurses is a public domain curses library for DOS, OS/2, Windows console, X11 and SDL, implementing most of the functions available in X/Open and System V R4 curses, and supporting a variety of compilers for these platforms. The X11 and SDL ports let you recompile existing text-mode curses programs to produce GUI applications.

PDCurses is distributed mainly as source code, but some pre-compiled libraries may be available.

The latest version can be found at:

https://pdcurses.org/

For changes, see the History file. The main documentation is now in the docs directory.

Mailing lists

There's a low-traffic mailing list for announcements and discussion. To subscribe, email the list server, with the first line of the body of the message containing:

subscribe pdcurses-l

or you can read the mailing list archive.

The core package and most ports are in the public domain, but a few files in the demos and X11 directories are subject to copyright under licenses described there.

This software is provided AS IS with NO WARRANTY whatsoever.

Maintainer

William McBrine