Int 2F/AX=3901h/BL=07h

Prev Next Ralf Interrups Categories Contents

------

Kingswood TSR Windows - POSITION CURSOR

AX = 3901h
BL = 07h
CH = Y coordinate (0-10)
CL = X coordinate (0-39)

Return:
AX = error code (0000h if successful) SI,DI,DS,ES preserved

Note: The hardware cursor is always disabled when a TSR window is opened; this call only sets a text position

See Also: AH=39h/BL=00h - AX=3901h/BL=08h - AX=3901h/BL=09h

Category: Runtime Support - Int 2Fh - K

------

Prev Next Ralf Interrups Categories Contents