| 1605 | } |
| 1606 | |
| 1607 | void PrintText(const string &text, HighlightElementType element_type) { |
| 1608 | if (highlight) { |
| 1609 | shell_highlight.PrintText(text, output, element_type); |
| 1610 | } else { |
| 1611 | out.Print(text); |
| 1612 | } |
| 1613 | } |
| 1614 | |
| 1615 | private: |
| 1616 | PrintStream &out; |