in config.h something along the lines of
enum {
} color_mode;
struct {
}
static const int select_same[2] = { 7, 0 };
static const int select_different[2] = { REVERSE, REVERSE };
or any pair of ints
in config.h something along the lines of
enum {
} color_mode;
struct {
}
static const int select_same[2] = { 7, 0 };
static const int select_different[2] = { REVERSE, REVERSE };
or any pair of ints