sources/coloredline.h

branch
protocol5
changeset 78
c1d43ade656e
parent 73
07dda51a7a8e
child 106
7b156b764d11
--- a/sources/coloredline.h	Fri May 15 21:43:21 2015 +0300
+++ b/sources/coloredline.h	Fri May 15 22:46:53 2015 +0300
@@ -65,6 +65,7 @@
 	const Vector<int>& 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;
 

mercurial