ratatui/benches
Josh McKinney 699c2d7c8d
fix: unicode truncation bug (#1089)
- Rewrote the line / span rendering code to take into account how
multi-byte / wide emoji characters are truncated when rendering into
areas that cannot accommodate them in the available space
- Added comprehensive coverage over the edge cases
- Adds a benchmark to ensure perf

Fixes: https://github.com/ratatui-org/ratatui/issues/1032
Co-authored-by: EdJoPaTo <rfc-conform-git-commit-email@funny-long-domain-label-everyone-hates-as-it-is-too-long.edjopato.de>
Co-authored-by: EdJoPaTo <github@edjopato.de>
2024-05-11 19:28:38 -07:00
..
barchart.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
block.rs perf(block): use Block::bordered (#1041) 2024-05-02 03:09:48 -07:00
line.rs fix: unicode truncation bug (#1089) 2024-05-11 19:28:38 -07:00
list.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
paragraph.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00
sparkline.rs refactor(non-src): apply pedantic lints (#976) 2024-03-02 01:06:53 -08:00