Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add buffer validation for chat window
Add validate() method to Chat class that ensures the window buffer stays in sync. This prevents potential issues where the window could show incorrect buffer content by validating and resetting the buffer if needed.
- Loading branch information