File: color.h

package info (click to toggle)
multitail 4.2.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 660 kB
  • ctags: 812
  • sloc: ansic: 12,046; makefile: 91; sh: 19
file content (4 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
void add_color_scheme(int **schemes, int *n_schemes, int cur_scheme);
myattr_t choose_color(char *string, proginfo *cur, color_offset_in_line **cmatches, int *n_cmatches, char **new_string);
int find_colorscheme(char *name);
void init_colors(void);