File: color.h

package info (click to toggle)
multitail 6.4.2-3
  • links: PTS
  • area: main
  • in suites: buster
  • size: 860 kB
  • ctags: 1,122
  • sloc: ansic: 14,783; makefile: 107; sh: 77; perl: 25
file content (5 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (7)
1
2
3
4
5
void add_color_scheme(int_array_t *schemes, int cur_scheme);
myattr_t choose_color(char *string, proginfo *cur, color_offset_in_line **cmatches, int *n_cmatches, mybool_t *has_merge_color, char **new_string);
int find_colorscheme(const char *name);
void init_colors(void);
color_offset_in_line *realloc_color_offset_in_line(color_offset_in_line *oldp, int n_entries);