Merge tview pull request: Mouse support

This commit is contained in:
Trevor Slocum 2020-01-01 20:57:16 -08:00
parent a9f6e039c7
commit 0f299388e5
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
v0.2.1 (WIP)
v0.2.1 (2020-01-01)
- Add initial mouse support (some widgets are unsupported)
- Add window size change handler
- Fix resetting TextView color with [-]
- Fix adding unnecessary padding to some runes

View file

@ -28,6 +28,7 @@ maintainers and allowing code changes which may be outside of tview's scope.
The following tview pull requests have been merged into cview:
- [#378 Throttle resize handling](https://github.com/rivo/tview/pull/378)
- [#363 Mouse support](https://github.com/rivo/tview/pull/363)
- [#353 Add window size change handler](https://github.com/rivo/tview/pull/353)
- [#347 Handle ANSI code 39 and 49](https://github.com/rivo/tview/pull/347)
- [#296 Fixed TextView's reset [-] setting the wrong color](https://github.com/rivo/tview/pull/296)