This commit is contained in:
Kovid Goyal
2025-12-05 19:56:55 +05:30
parent 772805b8ec
commit 97d8c2a230

View File

@@ -85,6 +85,7 @@ func (c cmd_renderer) ShowMetadata(h *Handler, s ShowData) (offset int) {
for _, line := range r.Lines {
w(line, false)
}
h.lp.QueueWriteString("\x1b[m") // reset SGR attributes
return
}