m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 15:53:39 -05:00

Fix test failulre with non-zero pane-base-index

This commit is contained in:
Junegunn Choi
2017-07-01 01:05:47 +09:00
parent 70cfa6af13
commit 3fc795340d

View File

@@ -73,6 +73,7 @@ class Tmux
else else
raise "Unknown shell: #{shell}" raise "Unknown shell: #{shell}"
end end
go("set-window-option -t #{@win} pane-base-index 0")
@lines = `tput lines`.chomp.to_i @lines = `tput lines`.chomp.to_i
if shell == :fish if shell == :fish