Only draw cursorline in the currently focused buffer
This commit is contained in:
parent
425de09d21
commit
fde9e034d4
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue