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/helix-term/src/ui
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)
2 years ago
..
fuzzy_match Treat space as a seperator instead of a character in fuzzy picker 2 years ago
completion.rs Add a helper function for applying transactions 2 years ago
editor.rs Fix rendering of lines longer than 2^16 2 years ago
fuzzy_match.rs Treat space as a seperator instead of a character in fuzzy picker 2 years ago
info.rs Refactor Margin for fine grained control (#2727) 2 years ago
lsp.rs Fix signature help panic when too large (#4030) 2 years ago
markdown.rs Render html <code> tags as code in markdown (#3425) 2 years ago
menu.rs nit: remove a String allocation that is immediately used as an &str (#4277) 2 years ago
mod.rs Treat space as a seperator instead of a character in fuzzy picker 2 years ago
overlay.rs Add bracketed paste (#3233) 2 years ago
picker.rs remove filterting with C-space from picker 2 years ago
popup.rs Add bracketed paste (#3233) 2 years ago
prompt.rs Fix preview bug (#3644) 2 years ago
spinner.rs Instant is more suitable than SystemTime for spinners 2 years ago
statusline.rs feat(statusline): add option to show total line numbers in file (#3960) 2 years ago
text.rs fix: Allow multi-line prompt documentation 2 years ago