forked from Mirrors/bubbletea
Add go-runewidth to resources in README
This commit is contained in:
parent
3aba272a10
commit
45f62bad33
|
@ -64,18 +64,21 @@ func tick() tea.Msg {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Hungry for more? See the [other examples][examples].
|
Hungry for more? Totally confused? See the [other examples][examples].
|
||||||
|
|
||||||
[examples]: https://github.com/charmbracelet/tea/tree/master/examples
|
[examples]: https://github.com/charmbracelet/tea/tree/master/examples
|
||||||
|
|
||||||
|
|
||||||
## Other Resources
|
## Other Resources
|
||||||
|
|
||||||
* [Termenv](https://github.com/muesli/termenv): advanced ANSI style and color
|
* [termenv](https://github.com/muesli/termenv): advanced ANSI style and color
|
||||||
support for your terminal applications. Very useful when rendering your
|
support for your terminal applications. Very useful when rendering your
|
||||||
views.
|
views.
|
||||||
* [Reflow](https://github.com/muesli/reflow): a collection of ANSI-aware text
|
* [reflow](https://github.com/muesli/reflow): a collection of ANSI-aware text
|
||||||
formatting tools. Also useful for view rendering.
|
formatting tools. Also useful for view rendering.
|
||||||
|
* [go-runewidth](https://github.com/mattn/go-runewidth): functions to get the
|
||||||
|
physical width of runes in terms of cells. Indispensable when working with
|
||||||
|
fullwidth and zero-width characters.
|
||||||
|
|
||||||
|
|
||||||
## Acknowledgments
|
## Acknowledgments
|
||||||
|
|
Loading…
Reference in New Issue