diff -r a556ce001e26 -r 8a4690db252e sources/coloredline.h --- a/sources/coloredline.h Mon Jan 11 16:58:59 2016 +0200 +++ b/sources/coloredline.h Fri May 15 22:46:53 2015 +0300 @@ -69,6 +69,7 @@ const Vector& data() const { return m_data; } int length() const { return m_length; } void add_char (char ch); + void add_string (const String& msg); void finalize(); int rows (int cols) const;