File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ def get_top_usable_line():
180
180
get_top_usable_line = get_top_usable_line ) as repl :
181
181
repl .height , repl .width = window .t .height , window .t .width
182
182
183
- repl .request_paint_to_pad_bottom = 10
183
+ repl .request_paint_to_pad_bottom = 6
184
184
185
185
def process_event (e ):
186
186
"""If None is passed in, just paint the screen"""
Original file line number Diff line number Diff line change @@ -1314,7 +1314,7 @@ def move_screen_up(current_line_start_row):
1314
1314
if self .config .curtsies_list_above :
1315
1315
info_max_rows = max (visible_space_above , visible_space_below )
1316
1316
else :
1317
- minimum_possible_height = 4
1317
+ minimum_possible_height = 30 # smallest an over-full completion box
1318
1318
info_max_rows = max (visible_space_below , minimum_possible_height )
1319
1319
infobox = paint .paint_infobox (info_max_rows ,
1320
1320
int (width * self .config .cli_suggestion_width ),
You can’t perform that action at this time.
0 commit comments