grafthistory: support curl
[elinks/elinks-j605.git] / src / bfu / style.h
blob732238b34f37430d7134825ffd71227138ec72d2
1 #ifndef EL__BFU_STYLE_H
2 #define EL__BFU_STYLE_H
4 struct color_pair;
5 struct terminal;
7 /* Get the colors of the bfu element. If @color is 0 a style suitable for
8 * mono terminals is returned else a style for a color terminal. */
9 struct color_pair *
10 get_bfu_color(struct terminal *term, unsigned char *stylename);
12 void done_bfu_colors(void);
14 #endif