This commit is contained in:
2025-08-31 18:06:28 +02:00
parent 80a557fd19
commit ae89da630b
+1 -1
View File
@@ -533,7 +533,7 @@ class DisplayManager:
force_redraw: bool = False, state: InterfaceState = None):
"""Draw the files list, optimized to only redraw when necessary."""
header_height = self.get_header_height()
content_start_row = header_height + 6
content_start_row = header_height + 5
available_lines = term_height - content_start_row
start_idx = scroll_offset