From d0466fa77714cccae6875facafb4a7d49e3f958e Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Thu, 2 Nov 2023 21:00:07 +0900 Subject: Fix regression where tcell renderer not clearing the preview window --- src/tui/light.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tui/light.go') diff --git a/src/tui/light.go b/src/tui/light.go index d26a48f6..e5950cde 100644 --- a/src/tui/light.go +++ b/src/tui/light.go @@ -1109,3 +1109,7 @@ func (w *LightWindow) Erase() { w.FinishFill() w.Move(0, 0) } + +func (w *LightWindow) EraseMaybe() bool { + return false +} -- cgit v1.2.3