Re: [dev] [PATCH] [st] Use inverted defaultbg/fg for selection when bg/fg are the same
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
Received on Mon Oct 27 2014 - 19:39:18 CET
This archive was generated by hypermail 2.3.0
: Mon Oct 27 2014 - 19:48:09 CET