Rexx/Curses provides Rexx programmers with an interface to the curses library, enabling the writing of portable text-based user interface programs in Rexx.
Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s).
Following ones are the download links for manual installation:
Rexx/Curses v. 1.3 (2/8/2001, Mark Hessling) | Readme/What's new |
Version 1.3 05-Nov-00
--- Bug fixes:
o Fixed bug on OS/2 platforms with Rexx/Curses programs crashing
after 2nd time through
o CurInch() and CurWinch() now return the attribute with the
character.
--- Changed commands or behaviour:
o The "attributes" arguments to several functions can now be
specified as space-delimited words, instead of individually in
each optional argument. eg. CurAttron( 'A_BOLD', 'COLOR_PAIR(1)')
is equivalent to CurAttron( 'A_BOLD COLOR_PAIR(1)').
--- New features:
o Added CurTouchwin(), CurTouchline()
o Added CurAttributes() and CurChartext() to extract the attributes
and character respectively from the value returned from the
CurInch() and CurWinch() functions.
o Support for QNX RTP |
sourceforge.net/projects/rexxcurses/files/rexxcurses/1.3/rxcurs13_os2.zip/download |
This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment