diff -r b4f89893c702 -r b9993733952a sources/coloredline.h --- a/sources/coloredline.h Wed Jul 20 15:06:00 2016 +0300 +++ b/sources/coloredline.h Wed Jul 20 15:07:03 2016 +0300 @@ -68,14 +68,14 @@ 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 addChar(char ch); + void addString(const String& msg); void finalize(); int rows(int cols) const; private: - void activate_color(Color color, bool bold); - void set_color(Color a, bool on); + void activateColor(Color color, bool bold); + void setColor(Color a, bool on); Vector m_data; int m_length;