Document ANSI color fix

This commit is contained in:
Trevor Slocum 2020-05-26 09:15:00 -07:00
parent 6d163ecac4
commit e469982ec0
3 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@ v1.4.7 (WIP)
- Add Box.SetBackgroundTransparent
- Add List.SetSelectedAlwaysCentered
- Fix default background transparency of Flex and Grid
- Fix ANSI colors 0-15
v1.4.6 (2020-05-18)
- Add Box.ShowFocus

View File

@ -50,6 +50,7 @@ Call `SetWrapAround(true)` to wrap around when navigating.
The following tview pull requests have been merged into cview:
- [#444 Fixed terminal colors](https://github.com/rivo/tview/pull/444)
- [#378 Throttle resize handling](https://github.com/rivo/tview/pull/378)
- [#368 Add support for displaying text next to a checkbox](https://github.com/rivo/tview/pull/368)
- [#363 Mouse support](https://github.com/rivo/tview/pull/363)

View File

@ -27,6 +27,10 @@ Add support for displaying text next to a checkbox
Sun Mar 29 21:43:46 2020 +0200
Merge pull request #422 from rivo/mouse
b4085a157266a69db1d3b92053d8f343714f2235
Mon May 11 16:51:00 2020 -0400
Fix ANSI colors 0-15
----------
cview license: