Jump to content

Rexx/Curses: Difference between revisions

From EDM2
mNo edit summary
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 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.
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
==Links==
* [http://rexxcurses.sourceforge.net/ Project homepage]


====Publications====
====Publications====
* [[Haluk Polat]]: ''[https://web.archive.org/web/20070729064538/http://www.halukpolat.com/tr/kitaplar/rxcurses/rxcurses.pdf Rexx/Curses Kütüphanesi]'' - [[PDF]] file via [[Archive.org]] - 2007 - ISBN 978–975–00742–1–9
* [[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: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:REXX]][[Category:X11]][[Category:SDL]][[Category:Open Source Software]][[Category:Plan 9 Tools]][[Category:Amiga Tools]]
[[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

A Turkish language book on how to use REXX/Curses

License

Author

Links