Esempio n. 1
0
 /**
  * Saves the current cursor position
  *
  * @return Jm_Console
  *
  * @throws Jm_Console_OutputException
  */
 public function savecursor()
 {
     $this->stdout->savecursor();
     return $this;
 }