summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorPhil Jones <philj56@gmail.com>2021-11-01 18:23:02 +0000
committerPhil Jones <philj56@gmail.com>2021-11-01 18:24:15 +0000
commita2197fe121e5de992a041b4d11495600cd7204ce (patch)
treef03a67968b0388620adf8a355c3e842d0f9d8d16 /src/main.c
parent9508818e172475490d51cb10effc22b45b9f64e7 (diff)
Change default password character to full-stop.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7799653..b9be422 100644
--- a/src/main.c
+++ b/src/main.c
@@ -510,7 +510,7 @@ int main(int argc, char *argv[])
.font_size = 24,
.padding = 8,
.tight_layout = true,
- .password_character = L'ยท',
+ .password_character = '.',
.num_characters = 12,
.background_color = {0.106, 0.114, 0.118, 1.0},
.foreground_color = {1.0, 1.0, 1.0, 1.0}