X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=config.def.h;h=fca0ae0aaf96d50a157d98743abf3ac44cf91e38;hb=9dfe0ce531023bf63c0e518b07ee97cf0cac742a;hp=4bccb5da900f5a805890ac3f0b8c0eb44d45f6f4;hpb=f2ea92c3ddf1d9476ef61f85ec3aa26818d094a1;p=slock.git 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;