sources/interface.h

changeset 89
777b2a10b835
parent 88
08ccaf26cffd
child 105
b4466472aecd
--- a/sources/interface.h	Thu Jul 23 01:52:04 2015 +0300
+++ b/sources/interface.h	Thu Jul 23 02:15:21 2015 +0300
@@ -33,6 +33,8 @@
 #include "network/ipaddress.h"
 #include "coloredline.h"
 #include "network/rconsession.h"
+#include "coloredline.h"
+
 BEGIN_ZFC_NAMESPACE
 
 class Interface
@@ -94,7 +96,7 @@
 	void render_input();
 	void render_statusbar();
 	void position_cursor();
-	int color_pair (Color fg, Color bg);
+	chtype color_pair (Color fg, Color bg);
 	const String& current_input();
 	void detach_input();
 	String& mutable_current_input();

mercurial