This commit is contained in:
Kovid Goyal 2025-12-05 19:56:55 +05:30
parent 772805b8ec
commit 97d8c2a230
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

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
}