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