1 #ifndef EL__BFU_STYLE_H
2 #define EL__BFU_STYLE_H
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. */
10 get_bfu_color(struct terminal
*term
, unsigned char *stylename
);
12 void done_bfu_colors(void);