Rexx/Curses: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[Image:Rxcurs64.png|right]] | [[Image:Rxcurs64.png|right]] | ||
A set of multi-platform bindings that | 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 | * Current version: 2.0 2015-02-02 | ||
====Publications==== | ====Publications==== | ||
* [[Haluk Polat]]: ''[https://web.archive.org/web/20070729064538/http://www.halukpolat.com/tr/kitaplar/rxcurses/rxcurses.pdf Rexx/Curses Kütüphanesi]'' | * [[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 | : A Turkish language book on how to use REXX/Curses | ||
==License== | ==License== | ||
* Open source software released under the [[Common Public License v1.0]] | * Open source software released under the [[Common Public License v1.0]] | ||
==Author== | ==Author== | ||
* [[Mark Hessling]]. | * [[Mark Hessling]] | ||
==Links== | |||
* [http://rexxcurses.sourceforge.net/ Project homepage] | |||
[[Category:REXX Function Library]][[Category:Open Source Software]] |
Revision as of 16:00, 20 October 2016

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
Publications
- Haluk Polat: 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