X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fprototypes.h;h=085006b4d65d29653c434d82652a7edf6af9a819;hb=3684640e6bdec97cb1b60a34d03e8cde63149215;hp=f69feb8d356496aa83aa19e808a14823ed8ade26;hpb=2f406c1ccbb3c26864d293f17769a89de6a9f20d;p=sympathy.git diff --git a/src/prototypes.h b/src/prototypes.h index f69feb8..085006b 100644 --- a/src/prototypes.h +++ b/src/prototypes.h @@ -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);