Example #1
0
 /**
  * Show console cursor
  *
  * @return void
  */
 public function showCursor()
 {
     $this->adapter->showCursor();
 }