mirror of
https://github.com/nushell/nushell.git
synced 2025-03-08 12:22:18 +01:00
Ansi-cut expects ranges of character numbers (of the non-ansi control sequence characters) instead of byte indices. This fixes the panics when wrapping of non-unicode lines (which exceed the demanded number of characters as byte indices). Also rectifies some wrong wrapping of unicdoe containing lines that don't panic |
||
---|---|---|
.. | ||
lib.rs | ||
main.rs | ||
table.rs | ||
wrap.rs |