summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-20 08:30:44 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-05-20 08:30:44 +0200
commitae97e3bdb93d250785eb41b041515312543fe330 (patch)
treeccc1acafe9c60bd18875c7a805a72aa98b99feeb
parent3072e7338cfc63f2f81f34d02edc34dab3d9f365 (diff)
menuconfig: Formatting nit
-rwxr-xr-xmenuconfig.py1
1 files changed, 1 insertions, 0 deletions
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