summaryrefslogtreecommitdiffstats
path: root/src/conf.c
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-03-14 09:20:37 -0300
committerAndrés <andmarti@gmail.com>2021-03-14 09:20:37 -0300
commite2ab6de106528c1674686e0081a541df99afc574 (patch)
treef35172d2bc9c8a27728c31911fe5b12b9c233f54 /src/conf.c
parentc4372c31ce07f6fce8b41486f6b8ba2956965a96 (diff)
added new underline_grid config value to show a nicer grid
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.c b/src/conf.c
index 949e70f..b37e982 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -84,6 +84,7 @@ void store_default_config_values() {
put(user_conf_d, "version", "0");
put(user_conf_d, "help", "0");
put(user_conf_d, "input_bar_bottom", "0");
+ put(user_conf_d, "underline_grid", "0");
#ifdef AUTOBACKUP
put(user_conf_d, "autobackup", "0"); // 0:noautobackup, n>0: backup every n in seconds
#endif