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.
helix-plus/helix-tui/src
Pascal Kuthe 67783ddfd4
Performant and correct set_spans_truncated
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.
1 year ago
..
backend tui: Handle keyboard enhancement check failure (#6438) 1 year ago
widgets Truncate paths in the file picker (#6410) 1 year ago
buffer.rs Performant and correct set_spans_truncated 1 year ago
layout.rs Resolve a bunch of upcoming clippy lints 2 years ago
lib.rs Add undercurl config option #6196 (#6253) 1 year ago
symbols.rs Inline tui as helix-tui fork. 3 years ago
terminal.rs Move terminal claim/restore code to helix-tui 1 year ago
text.rs Fix highlighting in picker with multiple columns (#6333) 1 year ago