# PDCurses **Repository Path**: lengjianjun/PDCurses ## Basic Information - **Project Name**: PDCurses - **Description**: PDCurses 是 ncurses 的一个分支,专为 Windows 平台设计,但也支持 Unix 和其他系统。它提供了与 ncurses 类似的功能。ncurses 是一个编程库,用于在字符终端下创建基于文本的用户界面。它支持颜色、窗口管理、鼠标输入等特性。本库从 https://github.com/wmcbrine/PDCurses 克隆。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-16 - **Last Updated**: 2024-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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] curses Legal 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:majordomo@lightlink.com [archive]: https://www.mail-archive.com/pdcurses-l@lightlink.com/ [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/