Jump to content

Rexx/Curses: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:Rxcurs64.png|right]]
{{Software
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.
|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)
 
====Publications====
* [[Haluk Polat]]: ''[https://web.archive.org/web/20070729064538/http://www.halukpolat.com/tr/kitaplar/rxcurses/rxcurses.pdf Rexx/Curses Kütüphanesi]'' - 2007 - ISBN 978–975–00742–1–9
: A Turkish language book on how to use REXX/Curses
 
==License==
* Open source software released under the [[Common Public License v1.0]]
 
==Author==
* [[Mark Hessling]]
 
==Links==
* [http://rexxcurses.sourceforge.net/ Project homepage]


[[Category:REXX Function Library]][[Category:Open Source Software]]
[[Category:REXX Function Library]][[Category:Open Source Software]]

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)