File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -940,13 +940,13 @@ def display_commands(self):
940
940
in_plugins_section = True
941
941
942
942
self .stdscr .addstr (
943
- (middle_y - len (self .commands ) // 2 + i + in_plugins_section ) % (self .rows - 7 ),
943
+ (middle_y - len (self .commands ) // 2 + i + in_plugins_section ) % (self .rows - 3 ),
944
944
middle_x - len (generated_str ) // 2 ,
945
945
generated_str , (curses .A_REVERSE if i % 2 == 0 else curses .A_NORMAL ) \
946
946
if key_name != self .command_symbol else curses .color_pair (1 ) | curses .A_REVERSE
947
947
)
948
948
949
- if middle_y - len (self .commands ) // 2 + i + in_plugins_section == self .rows - 8 :
949
+ if middle_y - len (self .commands ) // 2 + i + in_plugins_section == self .rows - 4 :
950
950
self .stdscr .getch ()
951
951
self .stdscr .clear ()
952
952
You can’t perform that action at this time.
0 commit comments