Graphical glitches
Description
I don't know when / why this happens, but have had it happen multiple times at random where the UI breaks down and starts showing the graphical glitches where old text gets stuck. Only way to fix it seem to reopen the TUI
OpenCode version
1.0.134
Steps to reproduce
No response
Screenshot and/or share link
Operating System
MacOS
Terminal
Ghostty
This issue might be a duplicate of existing issues. Please check:
- #3541: The screen is bugging out with the new "Screen"? Graphic or opencode bug - Similar graphical glitches with text and display corruption that require reopening
- #2697: TUI looks horrible after a single prompt - Visual corruption and rendering issues in the TUI
- #1864: tui rendering artifacting - TUI rendering issues where elements don't update properly and old content remains visible
Feel free to ignore if none of these address your specific case.
That can only happen if something else in the process writes to stdout and pushes the content up, getting it out of sync with the render buffer. Have you seen any other output that should not be there?
@kommander Depends on a bit on the instance when it happens, in this case only at the bottom of the screen, but I have had it also happen with the top bar, or random code bits.
Did this improve in latest version?