Jump to content

RexxVIO: Difference between revisions

From EDM2
Ak120 (talk | contribs)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
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
==Download==
* REXXVIO.DLL
* [http://lafaix.online.fr/os2/os2betaus.html Version v960223]
==Functions==
 
* VioLoadFuncs - Loads all RexxVio functions
==Documentation==
* VioDropFuncs - Drops all RexxVio functions
* [[OS2 API:REXXVIO‎|RexxVIO API]]
* 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]]


==Author==
==Links==
* [[Martin Lafaix]]
* [http://lafaix.online.fr/os2/os2betaus.html Website] (Version v960223)
* [https://github.com/OS2World/LIB-REXX-RexxVIO Source code at Github]


==Links==
[[Category:REXX Function Library]]
* [http://lafaix.online.fr/os2/os2betaus.htmlWebsite]

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

Links