sources/coloredline.h

branch
protocol5
changeset 131
4996c8684b93
parent 106
7b156b764d11
parent 113
b3a33bc2e482
child 133
4d8fa5394d67
--- a/sources/coloredline.h	Mon Jan 25 04:15:31 2016 +0200
+++ b/sources/coloredline.h	Wed Jul 20 12:55:39 2016 +0300
@@ -1,5 +1,5 @@
 /*
-	Copyright 2014, 2015 Teemu Piippo
+	Copyright 2014 - 2016 Teemu Piippo
 	All rights reserved.
 
 	Redistribution and use in source and binary forms, with or without
@@ -74,6 +74,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;
@@ -83,6 +84,7 @@
 	bool m_boldActive;
 	int m_colorCodeStage;
 	String m_string;
+	String m_incomingColorName;
 };
 
 END_ZFC_NAMESPACE

mercurial