Skip to content
Snippets Groups Projects
Unverified Commit 9f321cbe authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Fix header lines being cleared on toggle-preview

Close #722
parent 9f30ca29
No related branches found
No related tags found
No related merge requests found
......@@ -1236,7 +1236,7 @@ func (t *Terminal) Loop() {
if t.previewer.enabled && cnt > 0 && cnt > t.cy {
t.previewBox.Set(reqPreviewEnqueue, t.currentItem())
}
req(reqList, reqInfo)
req(reqList, reqInfo, reqHeader)
}
case actToggleSort:
t.sort = !t.sort
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment