helix/helix-term
woojiq b67d2c3a68
fix: line numbers remain relative when helix loses focus (#7955)
* fix: line numbers remain relative when helix loses focus

If `line number = relative` and a new window is opened in helix, lines inside unfocused windows will be `absolute`. This commit adds the same thing when helix becomes unfocused in a terminal emulator.

* partial rebase
2023-08-29 16:00:55 +09:00
..
src fix: line numbers remain relative when helix loses focus (#7955) 2023-08-29 16:00:55 +09:00
tests Remove unnecessary Err from get_canonicalized_path (#8009) 2023-08-20 21:11:32 +02:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
build.rs feat(lsp): pass client_info on initialization (#4904) 2022-12-08 21:57:03 -06:00
Cargo.toml Bump crossterm to 0.27 in helix-term on macos 2023-08-23 05:17:17 +09:00