{{page>en:templates:biosint}} ====== @GetCur/@GetCsr ====== ===== Version ===== IBM 5150 and higher ===== Brief ===== Get Current Cursor Position and Size ===== BIOS Interrupt ===== [[en:docs:bios:api:int10|INT10H]]: [[en:docs:bios:api:int10:03|03H]] ===== Family API ===== [[en:docs:fapi:VioGetCurPos]] [[en:docs:fapi:VioGetCurType]] ===== 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) {{page>en:templates:biosapi}}