config.def.h.orig 280 B

123456789
  1. static const char *colorname[NUMCOLS] = {
  2. [INIT] = "black", /* after initialization */
  3. [INPUT] = "#005577", /* during input */
  4. [FAILED] = "#CC3333", /* wrong password */
  5. };
  6. /* treat a cleared input like a wrong password (color) */
  7. static const int failonclear = 1;