EnableCursor method

void EnableCursor()

Implementation

void EnableCursor() => run(
  () => 'EnableCursor()',
  () => rl.Core.EnableCursor(),
);