Exemple #1
0
 public function moveRight($cols = 1)
 {
     return $this->cursor->moveRight($cols);
 }