Class: ConsoleCursor

(package) rune.console.ConsoleCursor()

The ConsoleCursor class represents a text cursor.

Constructor

(package) new ConsoleCursor()

Creates a new ConsoleCursor.
Source:

Members

blinkRate :number

Blink frequency, specified in milliseconds.
Type:
  • number
Default Value:
  • 500
Source:

cursor :string

Returns the character that represents the cursor.
Type:
  • string
Source:

Methods

reset() → {undefined}

Resets the cursor blink frequency.
Source:
Returns:
Type
undefined