X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/927764abf2c7710c29a100332587e4235fb36cf2..08d268c8a7afcb41e16f878846f043c7d6c6be8b:/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) {