sources/coloredline.h

changeset 113
b3a33bc2e482
parent 109
e4966d7e615d
child 132
8a4690db252e
child 131
4996c8684b93
--- a/sources/coloredline.h	Sun Jan 10 20:05:27 2016 +0200
+++ b/sources/coloredline.h	Sun Jan 10 20:53:44 2016 +0200
@@ -73,6 +73,7 @@
 	int rows (int cols) const;
 
 private:
+	void activate_color (Color color, bool bold);
 	void set_color (Color a, bool on);
 
 	Vector<int> m_data;
@@ -82,6 +83,7 @@
 	bool m_boldActive;
 	int m_colorCodeStage;
 	String m_string;
+	String m_incomingColorName;
 };
 
 END_ZFC_NAMESPACE

mercurial