$this
public function moveRight(int $columns = 1) : static { $this->output ->write(\sprintf("\x1b[%dC", $columns)); return $this; }