Searched refs:attr_cell (Results 1 – 1 of 1) sorted by relevance
118 private $attr_cell; variable in phpseclib3\\File\\ANSI168 $attr_cell = new \stdClass();169 $attr_cell->bold = false;170 $attr_cell->underline = false;171 $attr_cell->blink = false;172 $attr_cell->background = 'black';173 $attr_cell->foreground = 'white';174 $attr_cell->reverse = false;175 $this->base_attr_cell = clone $attr_cell;176 $this->attr_cell = clone $attr_cell;[all …]