co-mono/packages/coding-agent/examples/extensions/pi-dosbox
Mario Zechner 1668a59bff fix(pi-dosbox): force image re-render to prevent ghosting during streaming
The TUI only re-renders changed lines. During agent streaming, the
conversation lines above DOSBox change but DOSBox lines stay the same.
This caused the image to stay at its old position while text scrolled.

Fix: Add invisible timestamp to image line to force TUI to see it as
changed every render, ensuring the image is always re-rendered at the
correct position.
2026-01-22 05:30:57 +01:00
..
qbasic feat(pi-dosbox): persistent DOSBox with QBasic and agent tool 2026-01-22 05:03:39 +01:00
src fix(pi-dosbox): force image re-render to prevent ghosting during streaming 2026-01-22 05:30:57 +01:00
index.ts feat(pi-dosbox): persistent DOSBox with QBasic and agent tool 2026-01-22 05:03:39 +01:00
package.json feat(pi-dosbox): persistent DOSBox with QBasic and agent tool 2026-01-22 05:03:39 +01:00