mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-01-03 15:17:25 +00:00
Fix '--tmux bottom' when the status line is not at the bottom
Fix #3948
This commit is contained in:
parent
af4917dbb6
commit
f90985845d
@ -38,7 +38,7 @@ func runTmux(args []string, opts *Options) (int, error) {
|
||||
case posUp:
|
||||
tmuxArgs = append(tmuxArgs, "-xC", "-y0")
|
||||
case posDown:
|
||||
tmuxArgs = append(tmuxArgs, "-xC", "-yS")
|
||||
tmuxArgs = append(tmuxArgs, "-xC", "-y9999")
|
||||
case posLeft:
|
||||
tmuxArgs = append(tmuxArgs, "-x0", "-yC")
|
||||
case posRight:
|
||||
|
Loading…
Reference in New Issue
Block a user