diff -r 9f54db6f9922 -r 4996c8684b93 sources/coloredline.h --- a/sources/coloredline.h Mon Jan 25 04:15:31 2016 +0200 +++ b/sources/coloredline.h Wed Jul 20 12:55:39 2016 +0300 @@ -1,5 +1,5 @@ /* - Copyright 2014, 2015 Teemu Piippo + Copyright 2014 - 2016 Teemu Piippo All rights reserved. Redistribution and use in source and binary forms, with or without @@ -74,6 +74,7 @@ int rows (int cols) const; private: + void activate_color (Color color, bool bold); void set_color (Color a, bool on); Vector m_data; @@ -83,6 +84,7 @@ bool m_boldActive; int m_colorCodeStage; String m_string; + String m_incomingColorName; }; END_ZFC_NAMESPACE