chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / prototypes.h
index f69feb8d356496aa83aa19e808a14823ed8ade26..085006b4d65d29653c434d82652a7edf6af9a819 100644 (file)
@@ -5,6 +5,7 @@ void ansi_getsize(ANSI *a);
 void ansi_move(ANSI *a, CRT_Pos p);
 void ansi_showhide_cursor(ANSI *a, int hide);
 void ansi_force_attr_normal(ANSI *a);
+void ansi_set_color(ANSI *a, int color);
 void ansi_set_attr(ANSI *a, int attr);
 void ansi_render(ANSI *a, CRT_CA ca);
 void ansi_cls(ANSI *a);