Public Domain Curses - a curses library for environments that don't fit the termcap/terminfo model, modified and extended from the 'official' version https://www.projectpluto.com/win32a.htm
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Bill-Gray 7ff555a483
Moved 'minor new features' above 'bug fixes' (which matches the order for previous HISTORY.md entries). Eliminated a redundant paragraph about the removal of PDC_set_box_type().
3 weeks ago
.github/workflows Switch to windows-2022 runner (#277) 2 years ago
cmake Update build_dependencies.cmake - fixed cmake warning (#317) 8 months ago
common 'dosutil.c' : clarified a comment. 4 months ago
demos Updated version constants, added OS/2 GUI to list of platforms in 'ozdemo.c'. 1 month ago
docs Moved 'minor new features' above 'bug fixes' (which matches the order for previous HISTORY.md entries). Eliminated a redundant paragraph about the removal of PDC_set_box_type(). 3 weeks ago
dos Digital Mars makefiles for DOS, DOSVGA, and WinGUI can now build the 'test' programs 4 months ago
dosvga DOSVGA failed on some Watcom compiles due to conflicting definitions of _FP_SEG and _FP_OFF. 'ripoff' now builds correctly on Digital Mars. 4 months ago
fb Documentation updates : HISTORY.md and MANUAL.md updated. Extended README.md for the framebuffer/DRM port to describe possible mechanisms for adding fullwidth characters and an application title bar. 7 months ago
gl Follow-up to commit e69b42cbf5 : five more Makefiles now use the 'centralized' demo-building bits from common/libobjs.mif 9 months ago
ncurses 'show_col' now built as part of 'tests' on ncurses and some others 5 months ago
os2 Makefile revisions for console OS/2 1 month ago
os2gui Makefile for OS/2 GUI port, based on the OS/2 console port Makefile (q.v.) 1 month ago
pdcurses Added assert()s to check various input parameters to core functions 2 months ago
plan9 Update mkfile (#318) 7 months ago
psffonts Added a bunch of PSF2 fonts, converted from the old SDLn ones 3 years ago
sdl1 The 'miscellaneous tests' from the 'tests' directory can now be made, for at least some platforms, with 'make tests'. 7 months ago
sdl2 The 'miscellaneous tests' from the 'tests' directory can now be made, for at least some platforms, with 'make tests'. 7 months ago
tests The 'ripoff' test program now also tests PDC_set_function_key(). There wasn't previously a demo or test that exercised that function. 2 months ago
vt VT flavor : have to use basic I/O functions with Digital Mars compiler 4 months ago
wincon WinCon and WinGUI Borland Turbo C makefiles now specify the lack of a 'stdint.h'. If you build with -DUTF8, you need not add -DWIDE (this has been the case with most makefiles for a long time, but we'd not caught up on the Borland ones until now). 4 months ago
wingui WinGUI display : I don't think the code that displays a preceding and trailing character is really needed to avoid stray pixel garbage. In fact, I can't see how that could possibly have ever worked. It caused some (not all) of the flickering problem described in issue #322. 2 months ago
x11 Added missing escapes to x11/aclocal.m4, per Thomas Dickey's comment at wmcbrine/PDCurses#164 . 8 months ago
.gitignore Changed DOS/Windows-style CR/LF to LF-only for .gitignore 5 years ago
.travis.yml Getting OpenWATCOM 1.9 from OpenWatcom failed (see previous two commits). Probably didn't want us hogging bandwidth. Well, we're getting OpenWATCOM 2.0 from GitHub; why not get 1.9 from there as well? 2 years ago
CMakeLists.txt Separate GL port from SDL2 2 years ago
README.md Fix C variable declaration order stuff 2 years ago
appveyor.yml Fix accidental appveyor.yml slip-up 2 years ago
curses.h Brought history, version date constant up to date. 3 weeks ago
curspriv.h Merge pull request #315 from chasonr/os2gui 1 month ago
panel.h PANELOBS really ought to be completely private to 'panel.c'. 2 years ago
term.h export all our terminfo dummy functions 3 years ago

README.md

Welcome to PDCursesMod!

Public Domain Curses (Modified), aka PDCursesMod, is an implementation of X/Open curses for multiple platforms. As the name suggests, it is a modified version of the 'official' PDCurses project, adding a variety of improvements, such as Windows GUI, VT-like console, Linux/*BSD framebuffer, DOSVGA, OpenGL, and Plan 9 "flavors" of Curses. It expands many of the capabilities of the flavors inherited from PDCurses (SDL1, SDL2, X11, Win32 console, OS/2, and DOS). Some details and screen shots are at

https://www.projectpluto.com/win32a.htm

Much of this was done during a long period in which the 'official' PDCurses was inactive. Since then, that version has again been intermittently active; most improvements made there have been taken into this project, and a few improvements from here have gone into PDCurses. Most programs that compile and run with PDCurses or ncurses will also compile with PDCursesMod, and vice versa, as long as you stick to the (substantial) subset of common functionality. However, the fork appears to be permanent.

The core package is in the public domain, but small portions of PDCursesMod are subject to copyright under various licenses. Each directory contains a README file, with a section titled "Distribution Status" which describes the status of the files in that directory.

If you use PDCursesMod in an application, an acknowledgement would be appreciated, but is not mandatory. If you make corrections or enhancements to PDCursesMod, please forward them to the current maintainer for the benefit of other users.

This software is provided AS IS with NO WARRANTY whatsoever.

Ports

PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL1 and SDL2. PDCursesMod adds DOSVGA, Windows GUI, Plan 9, Linux/*BSD framebuffer, and VT-like console ports. A directory containing the port-specific source files exists for each of these platforms.

Build instructions are in the README file for each platform:

  • DOS for use on DOS
  • DOSVGA for use on DOS in graphical modes
  • fb for use on the Linux/*BSD framebuffer
  • OS/2 for use on OS/2
  • Plan9 for use on Plan9 (APE)
  • SDL 1.x for use as separate SDL version 1 window
  • SDL 2.x for use as separate SDL version 2 window
  • wincon (formerly win32) for use on Windows Console
  • WinGUI for use on Windows Graphics Mode
  • X11 (also called XCurses) for use as separate X11 window
  • VT for use on terminal
  • OpenGL for use as separate window with OpenGL rendering

Distribution Status

All files in this directory except configure, config.guess and config.sub are released to the Public Domain. config.guess and config.sub are under the GPL; configure is under a free license described within it.

Build Status

PDCursesMod is automatically built in multiple environments:

Build, Build status Travis-CI , also providing artifacts: Build status Appveyor

Maintainer

Bill Gray pôç.ötulpťcéjôřp@otúlm