RexxVIO: Difference between revisions
Appearance
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
RexxVIO is an interface between REXX and some Vioxxx APIs. Source code and documentation are included. As of today, the only supported APIs are VioScrollxxx, VioGet/SetCurType, VioReadCellStr, VioWrtNxxx and VioWrtxxx. Includes its source code. | RexxVIO is an interface between REXX and some Vioxxx APIs. Source code and documentation are included. As of today, the only supported APIs are VioScrollxxx, VioGet/SetCurType, VioReadCellStr, VioWrtNxxx and VioWrtxxx. Includes its source code. | ||
;Files | |||
== | * REXXVIO.DLL | ||
* | ==Functions== | ||
* VioLoadFuncs - Loads all RexxVio functions | |||
* VioDropFuncs - Drops all RexxVio functions | |||
* | * RxVioGetCurType - Returns the cursor type | ||
* RxVioReadCellStr - Reads a string of character-attribute pairs | |||
* RxVioScrollDown - Scrolls the entire display buffer down | |||
* RxVioScrollLeft - Scrolls the entire display buffer left | |||
* RxVioScrollRight - Scrolls the entire display buffer right | |||
* RxVioScrollUp - Scrolls the entire display buffer up | |||
* RxVioSetCurType - Sets the cursor type | |||
* RxVioWrtCellStr - Writes a string of character-attribute pairs | |||
* RxVioWrtCharStr - Writes a character string | |||
* RxVioWrtCharStrAttr - Writes a character string with repeated attribute | |||
* RxVioWrtNAttr - Writes an attribute | |||
* RxVioWrtNCell - Writes a cell | |||
* RxVioWrtNChar - Writes a character | |||
==License== | ==License== | ||
* BSD alike | *BSD alike | ||
*Author: [[Martin Lafaix]] | |||
== | ==Links== | ||
* [[ | * [http://lafaix.online.fr/os2/os2betaus.html Website] (Version v960223) | ||
* [https://github.com/OS2World/LIB-REXX-RexxVIO Source code at Github] | |||
[[Category:REXX Function Library]] | |||
Latest revision as of 18:58, 29 October 2023
RexxVIO is an interface between REXX and some Vioxxx APIs. Source code and documentation are included. As of today, the only supported APIs are VioScrollxxx, VioGet/SetCurType, VioReadCellStr, VioWrtNxxx and VioWrtxxx. Includes its source code.
- Files
- REXXVIO.DLL
Functions
- VioLoadFuncs - Loads all RexxVio functions
- VioDropFuncs - Drops all RexxVio functions
- RxVioGetCurType - Returns the cursor type
- RxVioReadCellStr - Reads a string of character-attribute pairs
- RxVioScrollDown - Scrolls the entire display buffer down
- RxVioScrollLeft - Scrolls the entire display buffer left
- RxVioScrollRight - Scrolls the entire display buffer right
- RxVioScrollUp - Scrolls the entire display buffer up
- RxVioSetCurType - Sets the cursor type
- RxVioWrtCellStr - Writes a string of character-attribute pairs
- RxVioWrtCharStr - Writes a character string
- RxVioWrtCharStrAttr - Writes a character string with repeated attribute
- RxVioWrtNAttr - Writes an attribute
- RxVioWrtNCell - Writes a cell
- RxVioWrtNChar - Writes a character
License
- BSD alike
- Author: Martin Lafaix
Links
- Website (Version v960223)
- Source code at Github