From ba80b9f6cd448f362aa37079a51d430af4ad468c Mon Sep 17 00:00:00 2001 From: NPScript Date: Wed, 24 Feb 2021 11:25:55 +0100 Subject: cleanup --- config.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index c9d7ba3..0fe7055 100644 --- a/config.h +++ b/config.h @@ -3,9 +3,7 @@ static const char *user = "nobody"; static const char *group = "nogroup"; static const char *colorname[NUMCOLS] = { - [INIT] = "#181818", /* after initialization */ - [INPUT] = "#181818", /* during input */ - [FAILED] = "#181818", /* wrong password */ + [BACKGROUND] = "#181818", /* Background */ }; /* treat a cleared input like a wrong password (color) */ @@ -13,5 +11,6 @@ static const int failonclear = 1; const char * fonts[] = {"Source Code Pro:size=24"}; const char * schemes[] = {"#547f62", "#181818", "#181818"}; const int diasize[] = {320, 320}; -const char * lock_message = "Nathan Reiner"; +const char * lock_message = "> Nathan Reiner"; const char * pass_char = "•"; +const char * cursor_char = "_"; -- cgit v1.2.3-70-g09d2