--- a/sources/coloredline.h Sun Jan 10 20:05:27 2016 +0200 +++ b/sources/coloredline.h Sun Jan 10 20:53:44 2016 +0200 @@ -73,6 +73,7 @@ int rows (int cols) const; private: + void activate_color (Color color, bool bold); void set_color (Color a, bool on); Vector<int> m_data; @@ -82,6 +83,7 @@ bool m_boldActive; int m_colorCodeStage; String m_string; + String m_incomingColorName; }; END_ZFC_NAMESPACE