This is an old revision of the document!
−Table of Contents
Note: This IBM PC BIOS API call is for DOS/Win16 personality only. Use Family API for portability.
Note: osFree Macro Library provides macros for most of functions
@GetCur/@GetCsr
Version
IBM 5150 and higher
Brief
Get Current Cursor Position and Size
BIOS Interrupt
Family API
Syntax
@GetCur page
Parameters
- page (BYTE) - optional video page number
Return
CH = start scan line CL = end scan line DH = row (00h is top) DL = column (00h is left)