diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-20 08:30:44 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-05-20 08:30:44 +0200 |
| commit | ae97e3bdb93d250785eb41b041515312543fe330 (patch) | |
| tree | ccc1acafe9c60bd18875c7a805a72aa98b99feeb /menuconfig.py | |
| parent | 3072e7338cfc63f2f81f34d02edc34dab3d9f365 (diff) | |
menuconfig: Formatting nit
Diffstat (limited to 'menuconfig.py')
| -rwxr-xr-x | menuconfig.py | 1 |
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 |
