Feedback
Output console Clear leaves old scrollback visible
- Status
- Fixed
- Fixed in
- v26.6.1
- Source discussion
- https://forum.objo.dev/d/255-console-button-clear-doesnt-flush-buffer
- Last updated
- 2026-06-03
Public summary
The IDE Output console's Clear button cleared the visible terminal rows but did not flush the scrollback buffer. After printing enough text, clicking Clear, and scrolling back, the previous console output could still be revealed. Clear should remove both the visible output and the backing console scrollback.
Fixed in fe433d84 by resetting the terminal buffer used by the Output console.