output .= HOME.UP.$msg.HOME; } // @todo Change to use a Parser, like we do for ANSI public function fields($startline=1) { $o = new VideotexParser($this->frame->content,$startline); $this->output .= (string)$o; $this->fields = $o->fields; } public function strlenv($text):int { return strlen($text)-substr_count($text,ESC); } }