meli/melib/src/text_processing
Manos Pitsidianakis b3b9563db0
LineBreakCandidateIter: make iter non-recursive
A line with lots of graphemes without any breaks can overflow the stack,
so make the recursion into a loop.
2020-05-31 01:08:22 +03:00
..
grapheme_clusters.rs Fix drawing getting stuck in empty terminal 2020-02-08 23:54:15 +02:00
line_break.rs LineBreakCandidateIter: make iter non-recursive 2020-05-31 01:08:22 +03:00
mod.rs Implement search for CellBuffer 2020-02-26 12:25:57 +02:00
search.rs Implement search for CellBuffer 2020-02-26 12:25:57 +02:00
tables.rs Remove text_processing 2020-02-04 17:29:55 +02:00
types.rs Remove text_processing 2020-02-04 17:29:55 +02:00
wcwidth.rs Remove text_processing 2020-02-04 17:29:55 +02:00