Skip to content

Instantly share code, notes, and snippets.

@tildejustin
Created November 18, 2023 02:39
Show Gist options
  • Save tildejustin/7cd1d93261f9dc3e1d8fcc3da7d04055 to your computer and use it in GitHub Desktop.
Save tildejustin/7cd1d93261f9dc3e1d8fcc3da7d04055 to your computer and use it in GitHub Desktop.
Subject: [PATCH] personal changes
---
Index: config.def.h
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/config.def.h b/config.def.h
--- a/config.def.h (revision a34d8fb4327bbb1afd92e7527c53fcaad547a495)
+++ b/config.def.h (date 1700268761282)
@@ -4,9 +4,9 @@
static const char *colorname[NUMCOLS] = {
[INIT] = "black", /* after initialization */
- [INPUT] = "#005577", /* during input */
- [FAILED] = "#CC3333", /* wrong password */
+ [INPUT] = "#000141", /* during input */
+ [FAILED] = "#440000", /* wrong password */
};
/* treat a cleared input like a wrong password (color) */
-static const int failonclear = 1;
+static const int failonclear = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment