Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Notes

This system call was introduced in OZ V4.2, and is used internally by OZ to create all application & popdown windows. It avoids the VDU clutter that otherwise is necessary to draw windows in OZ.

Example of window definition block with extended window "2" having 8 pixel banner and bottom line:

Code Block
languagenone
DEFB @11100000 | 2
DEFW $0000
DEFW $0811
DEFW bannerptr ; this points to a banner text, null-terminated.

Related calls

GN_Soe, write string at extended address to standard output
GN_Sop, write string to standard output, local memory
OS_Bout, write null-terminated string block at (B)HL to standard output
OS_Out, write character to standard output
OS_Pout, write embedded null-terminated string at caller (PC) to standard output