2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 05:28:45 +00:00
nushell/crates/nu-table/src
Stefan Holderbach 01e691c5ba
Fix unicode word wrapping with ansi-cut ()
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
2022-01-17 15:31:21 -05:00
..
lib.rs Add a very silly table 2021-09-10 14:27:12 +12:00
main.rs add optional footer to table () 2021-12-01 13:20:23 -06:00
table.rs fix 1 off table wrapping for help commands () 2021-12-09 19:16:50 -06:00
wrap.rs Fix unicode word wrapping with ansi-cut () 2022-01-17 15:31:21 -05:00