Fixed ANSI spelling in README, too. See #138

pull/151/head
Oliver 6 years ago
parent 4c25f440a5
commit 7338a21d35

@ -71,7 +71,7 @@ Add your issue here on GitHub. Feel free to get in touch if you have any questio
- `Flex` and `Grid` don't clear their background per default, thus allowing for custom modals. See the [Wiki](https://github.com/rivo/tview/wiki/Modal) for an example.
- v0.14 (2018-04-13)
- Added an `Escape()` function which keep strings like color or region tags from being recognized as such.
- Added `ANSIIWriter()` and `TranslateANSII()` which convert ANSII escape sequences to `tview` color tags.
- Added `ANSIWriter()` and `TranslateANSI()` which convert ANSI escape sequences to `tview` color tags.
- v0.13 (2018-04-01)
- Added background colors and text attributes to color tags.
- v0.12 (2018-03-13)

Loading…
Cancel
Save