Options
All
  • Public
  • Public/Protected
  • All
Menu

ANSI TTY control sequences common among reporters.

see

https://mochajs.org/api/module-base#.cursor

Index

Functions

CR

  • CR(): void
  • Clears the line and moves to the beginning of the line.

    Returns void

beginningOfLine

  • beginningOfLine(): void
  • Moves to the beginning of the line

    Returns void

deleteLine

  • deleteLine(): void
  • Deletes the current line

    Returns void

hide

  • hide(): void
  • Hides the cursor

    Returns void

show

  • show(): void
  • Shows the cursor

    Returns void

Generated using TypeDoc