mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67783ddfd4
the previous implementation used set_string_truncated. This is not only awkward with this kind of "streaming" string (and therefore lead to an inefficient and incorrect initial implementation) but that function also truncates strings of width 1 when there is only a single char available. The implementation here is performant, correct and also handles the single width case correctly. |
2 years ago | |
---|---|---|
.. | ||
backend | 2 years ago | |
widgets | 2 years ago | |
buffer.rs | 2 years ago | |
layout.rs | 2 years ago | |
lib.rs | 2 years ago | |
symbols.rs | 4 years ago | |
terminal.rs | 2 years ago | |
text.rs | 2 years ago |