blob: eae2d9a994061e4bad5b4ce4483589dc612f2f9e (
plain) (
tree)
|
|
static const char *colorname[NUMCOLS] = {
"black", /* after initialization */
"#005577", /* during input */
"#CC3333", /* wrong password */
};
/* treat a cleared input like a wrong password */
static const int failonclear = 1;
|