search for: bls1_ascend

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

2019 Jul 09
0
[PATCH] core: Add support for BLS Type 1 entries
...uot; #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_t PXERetry; static struct labeldata ld; static int parse_main_config(const char...