WIP #35

Open
david wants to merge 135 commits from klubhaus/sideline:feature/capability-based-deps into main
Showing only changes of commit ec9f5bbe1f - Show all commits

View File

@@ -104,7 +104,9 @@ class TerminalDisplay:
frame_time = avg_ms
# Apply border if requested
if border:
from engine.display import BorderMode
if border and border != BorderMode.OFF:
buffer = render_border(buffer, self.width, self.height, fps, frame_time)
# Write buffer with cursor home + erase down to avoid flicker