From f89bd0bd11631b676ec1894486e24759f0ffe853 Mon Sep 17 00:00:00 2001 From: andmarti1424 Date: Wed, 5 Apr 2017 23:35:38 -0300 Subject: cleaned color.c --- src/tui.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/tui.h') diff --git a/src/tui.h b/src/tui.h index d733900..27b4589 100644 --- a/src/tui.h +++ b/src/tui.h @@ -1,8 +1,8 @@ #include #include #include +#include "color.h" -#define N_INIT_PAIRS 19 #define DEFAULT_COLOR -1 #define BLACK COLOR_BLACK #define RED COLOR_RED @@ -47,3 +47,5 @@ void yyerror(char *err); // error routine for yacc (gram.y) void show_text(char * val); void ui_bail(lua_State *L, char * msg); char * ui_query(char * initial_msg); +void ui_set_ucolor(WINDOW * w, struct ucolor * uc); +void ui_start_colors(); -- cgit v1.2.3