mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
bufwindow: Don't highlight lines in ruler with active selection
This commit is contained in:
parent
3a16197da7
commit
aaf45a871f
@ -449,7 +449,7 @@ func (w *BufWindow) displayBuffer() {
|
||||
|
||||
currentLine := false
|
||||
for _, c := range cursors {
|
||||
if bloc.Y == c.Y && w.active {
|
||||
if !c.HasSelection() && bloc.Y == c.Y && w.active {
|
||||
currentLine = true
|
||||
break
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user