From f9225f98e7a4ce1678956b0263ec3b994ada50dd Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 16 Apr 2015 22:13:31 +0900 Subject: [PATCH] Fix sort control from Terminal --- src/terminal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal.go b/src/terminal.go index 790ccc1b..667d2067 100644 --- a/src/terminal.go +++ b/src/terminal.go @@ -723,7 +723,7 @@ func (t *Terminal) Loop() { t.mutex.Unlock() // Must be unlocked before touching reqBox if changed { - t.eventBox.Set(EvtSearchNew, false) + t.eventBox.Set(EvtSearchNew, t.sort) } for _, event := range events { t.reqBox.Set(event, nil)