RexxVIO
Appearance
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