diff -r a556ce001e26 -r 8a4690db252e sources/coloredline.cpp --- a/sources/coloredline.cpp Mon Jan 11 16:58:59 2016 +0200 +++ b/sources/coloredline.cpp Fri May 15 22:46:53 2015 +0300 @@ -176,6 +176,14 @@ // ------------------------------------------------------------------------------------------------- // +void ColoredLine::add_string (const String& text) +{ + for (char a : text) + add_char (a); +} + +// ------------------------------------------------------------------------------------------------- +// void ColoredLine::set_color (Color a, bool on) { assert (a < 8);