-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Version
- PDD version: 0.0.96
Description
The Terminal UI becomes severely corrupted when the terminal window is resized during pdd sync execution, causing overlapping text, repeated values, and unreadable output.
Reproduction
- Run
pdd sync <prompt_file> - Resize the terminal window while sync is running
- Observe TUI corruption
Expected
Terminal UI should handle resize events and redraw cleanly
Actual
Severe rendering corruption with overlapping elements and garbled text (screenshot below)
Screenshot
Fix Likely
Likely missing resize handler in pdd/sync_tui.py. Textual apps need on_resize() event handler to properly redraw on terminal size changes.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working