mirror of https://github.com/helix-editor/helix
Only draw cursorline in the currently focused buffer
parent
425de09d21
commit
fde9e034d4
|
@ -112,7 +112,7 @@ impl EditorView {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if editor.config().cursorline {
|
if is_focused && editor.config().cursorline {
|
||||||
Self::highlight_cursorline(doc, view, surface, theme);
|
Self::highlight_cursorline(doc, view, surface, theme);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue