Searched refs:cur_attr (Results 1 – 1 of 1) sorted by relevance
470 private function processCoordinate($last_attr, $cur_attr, $char) argument474 if ($last_attr != $cur_attr) {476 if ($last_attr->foreground != $cur_attr->foreground) {477 if ($cur_attr->foreground != 'white') {478 $open .= '<span style="color: ' . $cur_attr->foreground . '">';484 if ($last_attr->background != $cur_attr->background) {485 if ($cur_attr->background != 'black') {486 $open .= '<span style="background: ' . $cur_attr->background . '">';492 if ($last_attr->bold != $cur_attr->bold) {493 if ($cur_attr->bold) {[all …]