output .= ESC.'[24;0f'.$msg.HOME; } protected function parser(int $startline): Parser { return new AnsiParser($this->fo->content,self::$frame_width,$startline); } public static function strlenv($text):int { return strlen($text ? preg_replace('/'.ESC.'\[[0-9;?]+[a-zA-Z]/','',$text) : $text); } }