v0.1.11
This release is compatible with the currently released ratatui: v0.26.2
.
Consumers that implement the Screen
trait manually
may want to look into how the underlying implementation changed in #182.
What's Changed
- Fix parameter order of crossterm resize event by @kxxt in #176
- Implement resize for the smux example by @kxxt in #177
- examples: smux handle control characters by @a-kenji in #178
- examples: show cursor on focused pane in the smux example by @a-kenji in #179
- ci(fix): correct the buildbot base branch by @a-kenji in #183
- fix: render cells that has no content but styles by @kxxt in #182
Full Changelog: v0.1.10...v0.1.11