diff options
Diffstat (limited to 'scripts/kconfig/mconf.c')
-rw-r--r-- | scripts/kconfig/mconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/mconf.c b/scripts/kconfig/mconf.c index 8413cf38ed27..ac1e9dacde97 100644 --- a/scripts/kconfig/mconf.c +++ b/scripts/kconfig/mconf.c | |||
@@ -638,6 +638,7 @@ static void show_help(struct menu *menu) | |||
638 | { | 638 | { |
639 | struct gstr help = str_new(); | 639 | struct gstr help = str_new(); |
640 | 640 | ||
641 | help.max_width = getmaxx(stdscr) - 10; | ||
641 | menu_get_ext_help(menu, &help); | 642 | menu_get_ext_help(menu, &help); |
642 | 643 | ||
643 | show_helptext(_(menu_get_prompt(menu)), str_get(&help)); | 644 | show_helptext(_(menu_get_prompt(menu)), str_get(&help)); |