Merge tview pull request: Mouse support
This commit is contained in:
parent
a9f6e039c7
commit
0f299388e5
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
1
FORK.md
1
FORK.md
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue