Jump to content

Rexx/Curses: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
[[Image:Rxcurs64.png|right]]
[[Image:Rxcurs64.png|right]]
A set of multi-platform bindings that provides Rexx programmers with an interface to the [[Public Domain Curses]] and [[nCurses]] libraries, enabling the writing of portable text-based user interface programs in [[REXX]]. In [[UNIX]]-like operating systems the Rexx/Curses package usually operates with nCurses although PD Curses can be used. Under DOS, OS/2 and MS Windows the PD Curses library is used.
A set of multi-platform bindings that provides Rexx programmers with an interface to the [[Public Domain Curses]] and [[nCurses]] libraries, enabling the writing of portable text-based user interface programs in [[REXX]]. In [[UNIX]]-like operating systems the Rexx/Curses package usually operates with nCurses, although PD Curses can be used. Under DOS, OS/2 and MS Windows the PD Curses library is used.


==Version==
==Version==

Revision as of 16:35, 24 August 2022

A set of multi-platform bindings that provides Rexx programmers with an interface to the Public Domain Curses and nCurses libraries, enabling the writing of portable text-based user interface programs in REXX. In UNIX-like operating systems the Rexx/Curses package usually operates with nCurses, although PD Curses can be used. Under DOS, OS/2 and MS Windows the PD Curses library is used.

Version

  • Current version: 2.0 2015-02-02

License

Author

Links