helix-mirror/helix-term/src
Nathan Vegdahl 4952d6f801 Fix phantom lines in some CRLF files.
Fixes #415.  The issue was that cursor highlighting wasn't extending
to encompass the entire CRLF grapheme, and therefore ended up splitting
it.  This presumably was messing up other grapheme rendering as
well, and this fixes that as well.
2021-07-05 20:07:06 +08:00
..
ui Fix phantom lines in some CRLF files. 2021-07-05 20:07:06 +08:00
application.rs fix: Temporary fix for #402 2021-07-03 12:30:13 +09:00
args.rs Address nightly clippy warnings 2021-06-27 13:27:47 +09:00
commands.rs Implement X as extend selection to line bounds 2021-07-05 10:12:34 +09:00
compositor.rs Fix unused Result warnings in helix-term. 2021-07-01 19:06:52 -07:00
config.rs Remove #[allow(unused)] from helix-term, and fix unused imports. 2021-07-01 19:06:52 -07:00
job.rs fix: Temporary fix for #402 2021-07-03 12:30:13 +09:00
keymap.rs Remove outdated comment 2021-07-05 10:12:46 +09:00
lib.rs Remove #[allow(unused)] from helix-term, and fix unused imports. 2021-07-01 19:06:52 -07:00
main.rs Fix previous broken refactor key into helix-view 2021-06-25 00:39:03 +09:00