search for: bls1_pinmin

Displaying 1 result from an estimated 1 matches for "bls1_pinmin".

Did you mean: bls1_pinmax
2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...#include "menu.h" +#include "bls.h" #include "config.h" #include "getkey.h" #include "core.h" #include "fs.h" +/* BLS1 entry global settings */ +char *bls1_labelf = NULL; +char *bls1_format = NULL; +char *bls1_sortby = NULL; +char *bls1_pinmin = NULL; +char *bls1_pinmax = NULL; +int bls1_padver = BLS1_PADVER; +int bls1_ascend = BLS1_ASCEND; +int bls1_shwlbl = BLS1_SHWLBL; + const struct menu_parameter mparm[NPARAMS] = { [P_WIDTH] = {"width", 0}, [P_MARGIN] = {"margin", 10}, @@ -641,6 +653,7 @@ extern uint16...