Jump to content

Rexx/Curses: Difference between revisions

From EDM2
Created page with "right A set of multi-platform bindings that provide Rexx programmers with an interface to the Public Domain Curses and nCurses libraries, enabli..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:Rxcurs64.png|right]]
{{Software
A set of multi-platform bindings that provide 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. On Unix like operating systems the Rexx/Curses package usually operates with nCurses although PD Cuses can be used, and on DOS, OS/2 and MS Windows the PD Curses library is used.
|Picture=Rxcurs64.png
|Name=Rexx/Curses
|Version=2.0 (Feb 2015)
|Author=[[Mark Hessling]]
|Licence=[[Common Public License v1.0]]
|WWW=http://rexxcurses.sourceforge.net
}}
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==
* Current version: 2.0 2015-02-02
* 2.0 (2015-02-02)
==Links==
* [http://rexxcurses.sourceforge.net/ Project homepage]
==License==
* Open source software released under the [[Common Public License v1.0]].


==Author==
[[Category:REXX Function Library]][[Category:Open Source Software]]
* [[Mark Hessling]].
 
[[Category:Tools]][[Category:DOS Tools]][[Category:MS Windows Tools]][[Category:Linux Tools]][[Category:BSD Tools]][[Category:AIX Tools]][[Category:Minix Tools]][[Category:HPUX Tools]][[Category:Solaris Tools]][[Category:Generic Unix Tools]][[Category:Software written in C]][[Category:C]][[Category:X11]][[Category:SDL]][[Category:Open Source Software]][[Category:Plan 9 Tools]][[Category:Amiga Tools]]

Latest revision as of 10:33, 11 December 2022

Rexx/Curses
Name Rexx/Curses
Version 2.0 (Feb 2015)
Vendor
Author Mark Hessling
Licence Common Public License v1.0
WWW http://rexxcurses.sourceforge.net

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

  • 2.0 (2015-02-02)