Main Changes
- Update tcell to v2.13.2 (Buf Fix Release)
- Upgraded the tcell dependency to v2.13.2.
- This fixes a problem that affected some applications on Windows (wrong terminal dimensions due to an off-by-one error).
- See: tcell v2.13.2 release notes
What's Changed
- GetContent has been deprecated and changed to Get by @noborus in #924
- Update tcell v2.13.1 to v2.13.2 by @noborus in #925
- Add string type to prepare for replacing SetContent with Put by @noborus in #926
Full Changelog: v0.50.0...v0.50.1