SetCursorStyle

Determines the style of the cursor.

Library:LibC
Classification:NetWare OS
Service:Screen Support

Syntax

  #include <screen.h> 
   
  void SetCursorStyle (
     scr_t       scrID,
     uint16_t    newStyle);
  

Parameters

scrID

(IN) Specifies the screen.

newStyle

(IN) Specifies the cursor style. For possible values, see Section 23.1, Cursor Styles.

See Also

GetCursorStyle