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
Pascal Kuthe d6c8e0c946 allow scrolling past virtual text line
Virtual text lines (either caused by softwrapped inlay hints that take
multiple or line annotations) currently block scrolling downwards.

if the visual offset passed to char_idx_at_visual_offset or
visual_offset_from_block is within a virtual text line then the char
position before the virtual text and a visual offset are returned.
We previously ignored that visual offset and as a result the cursor
would be stuck at the start of the virtual text. This commit fixes
that by simply moving the cursor to the next char (so past the virtual
text) if this visual offset is non-zero
2 years ago
..
src allow scrolling past virtual text line 2 years ago
tests migrate test_with_config to use AppBuilder 2 years ago
.gitignore Initial import. 5 years ago
Cargo.toml build(deps): bump indoc from 2.0.0 to 2.0.1 (#6302) 2 years ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago