m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-18 08:13:40 -05:00

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.
This commit is contained in:
Junegunn Choi
2020-05-18 02:33:37 +09:00
parent ace92ba281
commit 97a725fbd0
5 changed files with 16 additions and 16 deletions

View File

@@ -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()