PositionInputCursor

Positions the input cursor on the specified screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

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

Parameters

scrID

(IN) Specifies the screen.

row

(IN) Specifies the row number for the cursor.

col

(IN) Specifies the column number for the cursor.

See Also