summaryrefslogtreecommitdiff
path: root/src/tui/tcell.go
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2020-05-18 02:33:37 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2020-05-18 02:43:58 +0900
commit97a725fbd0e54cbc07e4d72661ea2bd2bb7c01c1 (patch)
tree1508b3c1bf2ae5d649e43c342b5cc27e83a75505 /src/tui/tcell.go
parentace92ba281669df7f1d5c434789c454e98dde45b (diff)
downloadfzf-97a725fbd0e54cbc07e4d72661ea2bd2bb7c01c1.tar.gz
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.
Diffstat (limited to 'src/tui/tcell.go')
-rw-r--r--src/tui/tcell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui/tcell.go b/src/tui/tcell.go
index db891655..4d8096d3 100644
--- a/src/tui/tcell.go
+++ b/src/tui/tcell.go
@@ -394,7 +394,7 @@ func (r *FullscreenRenderer) Pause(clear bool) {
}
}
-func (r *FullscreenRenderer) Resume(clear bool) {
+func (r *FullscreenRenderer) Resume(clear bool, sigcont bool) {
if clear {
r.initScreen()
}