Home | History | Annotate | Download | only in Basic

Lines Matching refs:ShowColors

180   bool ShowColors;               // Color printing is enabled.
482 void setShowColors(bool Val = false) { ShowColors = Val; }
483 bool getShowColors() { return ShowColors; }
1396 unsigned ShowColors : 1;