madtty only need to control colors, let the caller deal with ncurses.
[apps/madtty.git] / madtty / madtty.h
index cd9e7d4..d36ddfb 100644 (file)
@@ -30,7 +30,8 @@
 #include <unistd.h>
 #include <wchar.h>
 
-void madtty_initialize(void);
+void madtty_init_colors(void);
+int madtty_color_pair(int fg, int bg);
 
 typedef struct madtty_t madtty_t;