en:docs:macrolib:getcur

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

2022/03/13 05:41 · prokushev · 0 Comments

@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)