From ae97e3bdb93d250785eb41b041515312543fe330 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 20 May 2018 08:30:44 +0200 Subject: menuconfig: Formatting nit --- menuconfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/menuconfig.py b/menuconfig.py index d81d891..a27f9c2 100755 --- a/menuconfig.py +++ b/menuconfig.py @@ -1590,6 +1590,7 @@ def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, def _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, s, s_i, hscroll, bad_re, matches, sel_node_i, scroll): + edit_width = edit_box.getmaxyx()[1] - 2 -- cgit v1.2.3