X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/927764abf2c7710c29a100332587e4235fb36cf2..13e0098939bc3c67dd0f2e9b395318c4914b56de:/scripts/config/mconf.c?ds=sidebyside diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c index 8c58b6238..a62e924dc 100644 --- a/scripts/config/mconf.c +++ b/scripts/config/mconf.c @@ -872,6 +872,8 @@ static void show_help(struct menu *menu) struct gstr help = str_new(); struct symbol *sym = menu->sym; + help.max_width = cols - 10; + if (sym->help) { if (sym->name) {