Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wmcbrine/PDCurses
A curses library for environments that don't fit the termcap/terminfo model.
https://github.com/wmcbrine/PDCurses
curses ncurses pdcurses
Last synced: 13 days ago
JSON representation
A curses library for environments that don't fit the termcap/terminfo model.
- Host: GitHub
- URL: https://github.com/wmcbrine/PDCurses
- Owner: wmcbrine
- Created: 2015-06-18T00:17:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T11:40:17.000Z (4 months ago)
- Last Synced: 2024-10-29T15:34:19.187Z (18 days ago)
- Topics: curses, ncurses, pdcurses
- Language: C
- Homepage: https://pdcurses.org/
- Size: 4.21 MB
- Stars: 1,039
- Watchers: 41
- Forks: 176
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - wmcbrine/PDCurses - Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model. (C/C++ / Miscs)
README
PDCurses
========Stable: [v3.9]
Current: [See git repository][git]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:
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].
Other links
-----------* [Docs][docs]
* [GitHub Page][git]
* [SourceForge Page]
* [X/Open] cursesLegal Stuff
-----------The core package and most ports are in the public domain, but a few files
in the [demos] and [X11][xstatus] directories are subject to copyright
under licenses described there.This software is provided AS IS with NO WARRANTY whatsoever.
Maintainer
----------[William McBrine]
[v3.9]: https://github.com/wmcbrine/PDCurses/releases/tag/3.9
[git]: https://github.com/wmcbrine/PDCurses[History]: docs/HISTORY.md
[docs]: docs/README.md[list server]: mailto:[email protected]
[archive]: https://www.mail-archive.com/[email protected]/[SourceForge Page]: https://sourceforge.net/projects/pdcurses
[X/Open]: https://pubs.opengroup.org/onlinepubs/007908799/cursesix.html[DOS]: dos/README.md
[OS/2]: os2/README.md
[SDL]: sdl2/README.md
[Windows]: wincon/README.md
[X11]: x11/README.md[demos]: demos/README.md#distribution-status
[xstatus]: x11/README.md#distribution-status[William McBrine]: https://wmcbrine.com/