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-plus/helix-term/src/ui
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
9 months ago
..
fuzzy_match Fix typos (#6643) 1 year ago
completion.rs Reformat with nightly rustfmt for better let-else formatting (#7721) 10 months ago
document.rs Fix typos (#6643) 1 year ago
editor.rs fix: line numbers remain relative when helix loses focus (#7955) 9 months ago
fuzzy_match.rs Fix typos (#6643) 1 year ago
info.rs Refactor Margin for fine grained control (#2727) 2 years ago
lsp.rs highlighted_code_block: Take input text as &str 10 months ago
markdown.rs highlighted_code_block: Take input text as &str 10 months ago
menu.rs feat: smart_tab 10 months ago
mod.rs Include completions for git-ignored files in debugger prompt (#7936) 10 months ago
overlay.rs Fix typos (#6643) 1 year ago
picker.rs Remove unnecessary `Err` from `get_canonicalized_path` (#8009) 10 months ago
popup.rs Hide signature help if it overlays completion menu (#5523) 1 year ago
prompt.rs Preview the latest value for regular registers 10 months ago
spinner.rs Instant is more suitable than SystemTime for spinners 2 years ago
statusline.rs Show whether file readonly in statusline (#7740) 10 months ago
text.rs Fix 'attempt to divide by zero' panic (#6155) 1 year ago