You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
huh
This commit is contained in:
@@ -533,7 +533,7 @@ class DisplayManager:
|
|||||||
force_redraw: bool = False, state: InterfaceState = None):
|
force_redraw: bool = False, state: InterfaceState = None):
|
||||||
"""Draw the files list, optimized to only redraw when necessary."""
|
"""Draw the files list, optimized to only redraw when necessary."""
|
||||||
header_height = self.get_header_height()
|
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
|
available_lines = term_height - content_start_row
|
||||||
|
|
||||||
start_idx = scroll_offset
|
start_idx = scroll_offset
|
||||||
|
|||||||
Reference in New Issue
Block a user