Jump to content

RexxVIO

From EDM2
Revision as of 18:58, 29 October 2023 by Ak120 (talk | contribs) (Functions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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