summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 13:13:00 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-16 13:13:00 +0100
commit8fc5ca4bfc4f08ca26ec416fff0840b1e40dfaa1 (patch)
tree89027debab8f5aeb76b587858e8dbd133a68c35c /config.def.h
parent35633d45672d14bd798c478c45d1a17064701aa9 (diff)
Apply control clear patch
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9855e21..c9effa5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -10,3 +10,6 @@ static const char *colorname[NUMCOLS] = {
/* treat a cleared input like a wrong password (color) */
static const int failonclear = 1;
+
+/* allow control key to trigger fail on clear */
+static const int controlkeyclear = 0;