summaryrefslogtreecommitdiff
path: root/src/core.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.go')
-rw-r--r--src/core.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core.go b/src/core.go
index ac42143d..da7da137 100644
--- a/src/core.go
+++ b/src/core.go
@@ -88,6 +88,9 @@ func Run(opts *Options) (int, error) {
marker.color.attr = marker.color.attr | tui.FullBg
newOffsets := append(*offsets, marker)
offsets = &newOffsets
+
+ // Reset the full-line background color
+ lineAnsiState.lbg = -1
}
return util.ToChars(stringBytes(trimmed)), offsets
}