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
rhogenson 73deabaa40
Fix panic when drawing at the edge of the screen. (#11737)
When pressing tab at the edge of the screen, Helix panics in debug mode
subtracting position.col - self.offset.col.

To correctly account for graphemes that are partially visible,
column_in_bounds takes a width and returns whether the whole range is
in bounds.

Co-authored-by: Rose Hogenson <rosehogenson@posteo.net>
6 days ago
..
commands refactor(commands): `trim_end` of `sh` output (#11161) 2 months ago
handlers only show inline diagnostics after a delay 2 months ago
keymap feat(command): select_all_children 6 months ago
ui Fix panic when drawing at the edge of the screen. (#11737) 6 days ago
application.rs Handle window/showMessage and display it bellow status line (#5535) 1 week ago
args.rs Fallback to filename for +arg (#9333) 9 months ago
commands.rs Join single-line comments with J. (#11742) 6 days ago
compositor.rs add redraw command (#6949) 1 year ago
config.rs feat: smart_tab 1 year ago
events.rs only show inline diagnostics after a delay 2 months ago
handlers.rs only show inline diagnostics after a delay 2 months ago
health.rs Add glob file type support (#8006) 8 months ago
job.rs Add hook/event system 8 months ago
keymap.rs Disallow macro keybindings within command sequences 2 months ago
lib.rs Ignore .svn version control files (#10536) 5 months ago
main.rs chore: clean up clippy lints (#11377) 2 months ago