X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fconf.c;fp=config%2Fconf.c;h=51a781ad06a8b7e612b7d10de0ea4f7d4d754c18;hp=06ddb0514f141e1a551dab50c4b8744386de5334;hb=ffe260912dc24fed72a4a234bbdc0b1ea5dbdf1e;hpb=f6f076e32ca549993217b2257ef06c29453e0d62 diff --git a/config/conf.c b/config/conf.c index 06ddb05..51a781a 100644 --- a/config/conf.c +++ b/config/conf.c @@ -196,9 +196,7 @@ static int conf_sym(struct menu *menu) printf("/m"); if (oldval != yes && sym_tristate_within_range(sym, yes)) printf("/y"); - if (menu_has_help(menu)) - printf("/?"); - printf("] "); + printf("/?] "); if (!conf_askvalue(sym, sym_get_string_value(sym))) return 0; strip(line); @@ -300,10 +298,7 @@ static int conf_choice(struct menu *menu) printf("[1]: 1\n"); goto conf_childs; } - printf("[1-%d", cnt); - if (menu_has_help(menu)) - printf("?"); - printf("]: "); + printf("[1-%d?]: ", cnt); switch (input_mode) { case oldconfig: if (!is_new) {