helix/helix-view
A-Walrus 3ba665d804 Fix rendering of lines longer than 2^16
Before things would be cast to u16 earlier than needed, which would
cause problems for insanely long lines (longer than 2^16 ~ 65 thousand)
2022-10-18 00:38:16 +09:00
..
src Fix rendering of lines longer than 2^16 2022-10-18 00:38:16 +09:00
tests/encoding
Cargo.toml