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
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
10 months ago
..
src fix: line numbers remain relative when helix loses focus (#7955) 10 months ago
tests Remove unnecessary `Err` from `get_canonicalized_path` (#8009) 10 months ago
.gitignore Initial import. 4 years ago
Cargo.toml Bump crossterm to 0.27 in helix-term on macos 10 months ago
build.rs feat(lsp): pass client_info on initialization (#4904) 2 years ago