EnableInputCursor

Enables input on the specified screen.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  void EnableInputCursor (
     scr_t   scrID);
  

Parameters

scrID

(IN) Specifies the screen to enable for input.

Remarks

The EnableInputCursor allows the administrator to enter commands on the specified screen.

See Also

DisableInputCursor