X-Git-Url: https://git.danieliu.xyz/?p=slock.git;a=blobdiff_plain;f=config.def.h;h=fca0ae0aaf96d50a157d98743abf3ac44cf91e38;hp=4bccb5da900f5a805890ac3f0b8c0eb44d45f6f4;hb=b1289f30b79c9c5ea43a9e9c624406d7d0661692;hpb=f5ef1b8eb5555da11e81d92d8d05acd4aba1ef40 diff --git a/config.def.h b/config.def.h index 4bccb5d..fca0ae0 100644 --- a/config.def.h +++ b/config.def.h @@ -3,3 +3,4 @@ static const char *colorname[NUMCOLS] = { "#005577", /* during input */ "#CC3333", /* failed/cleared the input */ }; +static const Bool failonclear = True;