v0.1.49
anomalyco/opentuiv0.1.49Nov 23, 2025by github-actions[bot]
AI Summary
Fixes stdin handling during terminal suspend/resume cycles and improves grapheme width calculation by removing bounded array usage.
Key Highlights
- Fixed stdin handling on suspend/resume
- Removed bounded array usage for wcwidth prev grapheme
Full Release Notes
## What's Changed * fix: stdin handling on suspend/resume by @veracioux in https://github.com/sst/opentui/pull/331 * get rid of bounded array usage for wcwidth prev grapheme by @kommander in https://github.com/sst/opentui/pull/338 **Full Changelog**: https://github.com/sst/opentui/compare/v0.1.48...v0.1.49