feat(claudbg-ysj0): prevent transcript overflow and add Ctrl+L redraw
Switch chat-log layout constraint from Min(0) to Fill(1) to ensure the transcript panel never bleeds into the sub-agents panel. Add Ctrl+L keybinding (global + transcript screen) that sets needs_clear, causing terminal.clear() before the next draw to flush rendering artifacts. Update help modal to document Ctrl+L. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
fd54cebd57
commit
590e9e209e
@ -1,10 +1,11 @@
|
|||||||
---
|
---
|
||||||
# claudbg-ysj0
|
# claudbg-ysj0
|
||||||
title: 'TUI: prevent transcript overflow into sub-agents panel; add Ctrl+L to redraw'
|
title: 'TUI: prevent transcript overflow into sub-agents panel; add Ctrl+L to redraw'
|
||||||
status: todo
|
status: in-progress
|
||||||
type: bug
|
type: bug
|
||||||
|
priority: normal
|
||||||
created_at: 2026-04-01T16:47:10Z
|
created_at: 2026-04-01T16:47:10Z
|
||||||
updated_at: 2026-04-01T16:47:10Z
|
updated_at: 2026-04-01T16:51:47Z
|
||||||
---
|
---
|
||||||
|
|
||||||
Occasionally the Transcript widget overflows into the Sub-Agents panel, making the UI look broken. Prevent this overflow from happening. Also add a Ctrl+L keybinding to force a full screen redraw/reset to recover from any rendering artifacts.
|
Occasionally the Transcript widget overflows into the Sub-Agents panel, making the UI look broken. Prevent this overflow from happening. Also add a Ctrl+L keybinding to force a full screen redraw/reset to recover from any rendering artifacts.
|
||||||
|
|||||||
Loading…
Reference in New Issue