GetInputCursorPosition

Determines the location of the input cursor in the specified screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  void GetInputCursorPosition (
     scr_t        scrID,
     uint16_t    *row,
     uint16_t    *col);
  

Parameters

scrID

(IN) Specifies the screen.

row

(OUT) Points to the row the cursor is on.

col

(OUT) Points to the column the cursor is on.

See Also