From ee56961b2034b435142c976aa654cc7b9afdf4c5 Mon Sep 17 00:00:00 2001 From: sloum Date: Thu, 12 Nov 2020 20:24:19 -0800 Subject: [PATCH] Fixes a regression where searches did not clear out previous search highlights --- client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client.go b/client.go index 7c22769..c8535eb 100644 --- a/client.go +++ b/client.go @@ -258,6 +258,7 @@ func (c *client) TakeControlInput() { } err = c.NextSearchItem(0) if err != nil { + c.PageState.History[c.PageState.Position].WrapContent(c.Width-1,(c.Options["theme"] == "color")) c.Draw() } case ':', ' ':