Sets the cursor type.
call X"A7" using function-code cursor-type
01 cursor-type 03 cursor-end cblt-x1-compx *> pic x comp-x. 03 cursor-start cblt-x1-compx *> pic x comp-x.
function-code | Value 17. |
cursor-end | Scan line cursor ends on. |
cursor-start | Scan line cursor starts on. |
None
Comments:
Details of cursor-start and end lines can be found in your IBM BIOS Technical Reference manual.