@nightgrey/ansi
    Preparing search index...

    Function setPointerShape

    • setPointerShape returns a sequence for changing the mouse pointer cursor shape. Use "default" for the default pointer shape.

      OSC 22 ; Pt ST OSC 22 ; Pt BEL

      Where Pt is the pointer shape name. The name can be anything that the operating system can understand. Some common names are:

      • copy
      • crosshair
      • default
      • ew-resize
      • n-resize
      • text
      • wait

      Parameters

      • shape: string

      Returns string