From 0ac88cbb2f049a6061ae2870072ab8945e57d344 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 31 Mar 2021 00:36:25 +0200 Subject: [PATCH] config brm_limit from CLI --- rogueviz/rogueviz.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rogueviz/rogueviz.cpp b/rogueviz/rogueviz.cpp index a8fdd060..df1fadda 100644 --- a/rogueviz/rogueviz.cpp +++ b/rogueviz/rogueviz.cpp @@ -1184,6 +1184,9 @@ auto hooks = } }) + addHook(hooks_markers, 100, search_marker) + + addHook(hooks_configfile, 100, [] { + param_i(brm_limit, "brm_limit"); + }) + 0; void graph_rv_hooks() {