summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-04-13 14:37:24 -0400
committerLeo Tenenbaum <pommicket@gmail.com>2021-04-13 14:37:24 -0400
commit77cfc38b57626e2c5a0b3549407c13acecb62d20 (patch)
tree2dd9bf9761ee6b2478ab39503995b35b72683f4e /config.c
parent69789c042460e012ec3054cc2e6ceeff25e394b9 (diff)
improve tag generation (don't just look at files in the cwd)
Diffstat (limited to 'config.c')
-rw-r--r--config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.c b/config.c
index 0583335..c70072d 100644
--- a/config.c
+++ b/config.c
@@ -191,6 +191,7 @@ void config_read(Ted *ted, char const *filename) {
{"border-thickness", &settings->border_thickness, 1, 30},
{"padding", &settings->padding, 0, 100},
{"scrolloff", &settings->scrolloff, 1, 100},
+ {"tags-max-depth", &settings->tags_max_depth, 1, 100},
};
OptionFloat const options_float[] = {
{"cursor-blink-time-on", &settings->cursor_blink_time_on, 0, 1000},