client->send(CSAVE.ESC.'[24;0f'.RESET.SPACE.$text. ($this->blp > $this->po->strlenv(SPACE.$text) ? str_repeat(' ',$this->blp-$this->po->strlenv(SPACE.$text)). ($reposition ? ESC.'[24;0f'.str_repeat(RIGHT,$this->po->strlenv(SPACE.$text)) : CRESTORE) : ($reposition ? '' : CRESTORE)), static::TIMEOUT ); $this->blp = $this->po->strlenv(SPACE.$text); $this->baseline = $text; } }