在双宽符号上,包含折叠的段出现"索引超出缓冲区"的异常
作者: jchultarsky创建于 2026年7月28日更新于 2026年7月28日
`render_line` (`ratatui-widgets/src/paragraph.rs`) advances `x` by each grapheme's `cell_width()` and indexes the buffer unconditionally:
内容来源: ratatui/ratatui
`render_line` (`ratatui-widgets/src/paragraph.rs`) advances `x` by each grapheme's `cell_width()` and indexes the buffer unconditionally:
内容来源: ratatui/ratatui