Restrict cursorline to editing area #2912
Labels
A-helix-term
Area: Helix term improvements
C-bug
Category: This is a bug
E-easy
Call for participation: Experience needed to fix: Easy / not much
E-good-first-issue
Call for participation: Issues suitable for new contributors
The newly merged cursorline currently is drawn across the whole window, including the gutter. I think it would look better if the cursorline is only drawn in the editing area, that's how it's done in VSCode, Vim, etc. We also already can set the background (for the line numbers) with
ui.linenr.selected
, so it's a bit redundant.The text was updated successfully, but these errors were encountered: