helix-mods/helix-term/src
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
..
commands Remove unnecessary Err from get_canonicalized_path (#8009) 2023-08-20 21:11:32 +02:00
keymap feat: smart_tab 2023-08-01 09:41:42 -05:00
ui fix: line numbers remain relative when helix loses focus (#7955) 2023-08-29 16:00:55 +09:00
application.rs Handle switch from crossterm::Result to io::Result 2023-08-23 05:17:17 +09:00
args.rs Fix confusion with using --hsplit --vsplit on startup at same time (#4202) 2022-10-11 09:25:42 -04:00
commands.rs goto_file_impl: use relative path to open file (#7965) 2023-08-21 11:15:45 -05:00
compositor.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
config.rs feat: smart_tab 2023-08-01 09:41:42 -05:00
health.rs Refactor doc language servers to a HashMap, and the config to use a Vec to retain order 2023-05-18 21:48:32 +02:00
job.rs bump msrv to 1.63 (#5570) 2023-02-09 11:24:31 +09:00
keymap.rs Fix broken indentation that causes the indentation tests to fail. 2023-08-11 23:44:02 +09:00
lib.rs Fix new clippy lints (#5892) 2023-02-09 16:27:08 -06:00
main.rs Initialize log and config files right after parsing arguments (#7585) 2023-07-09 11:30:43 -05:00