forked from Mirrors/bubbletea
Improve reflow explantation and fix typos in README
This commit is contained in:
parent
aaa49c4157
commit
67f0128939
|
@ -269,7 +269,7 @@ For some Bubble Tea programs in production, see:
|
|||
|
||||
* [Bubbles][bubbles]: various Bubble Tea components
|
||||
* [Termenv][termenv]: Advanced ANSI styling for terminal applications
|
||||
* [Reflow][reflow]: ANSI-aware methods for reflowing blocks of text, and ANSI-aware methods for measuring widths of strings. Many runes, such as East Asian charcters and emojis, are two cells wide, so measuring a layout with `len()` often won't cut it. Reflow is particularly nice for this as it measures width the width, ignoring any ANSI sequences present.
|
||||
* [Reflow][reflow]: ANSI-aware methods for formatting blocks of text and measuring widths of strings. Many runes, such as East Asian charcters and emojis, are two cells wide, so measuring a layout with `len()` often won't cut it. Reflow is particularly nice for this as it measures character widths while ignoring any ANSI sequences present.
|
||||
|
||||
[termenv]: https://github.com/muesli/termenv
|
||||
[reflow]: https://github.com/muesli/reflow
|
||||
|
|
Loading…
Reference in New Issue