From 97a725fbd0e54cbc07e4d72661ea2bd2bb7c01c1 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Mon, 18 May 2020 02:33:37 +0900 Subject: Do not disable mouse after execute(-silent) when --height option is used The action takes place in the alternate screen so the offsets should still be correct. --- src/tui/tui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tui/tui.go') diff --git a/src/tui/tui.go b/src/tui/tui.go index 4968b366..f5ebb161 100644 --- a/src/tui/tui.go +++ b/src/tui/tui.go @@ -275,7 +275,7 @@ func MakeTransparentBorder() BorderStyle { type Renderer interface { Init() Pause(clear bool) - Resume(clear bool) + Resume(clear bool, sigcont bool) Clear() RefreshWindows(windows []Window) Refresh() -- cgit v1.2.3