bling / fzf.el

A front-end for fzf
GNU General Public License v3.0
366 stars 50 forks source link

Progress counter is taking a new line for each update #18

Closed vishesh closed 3 years ago

vishesh commented 7 years ago

I'm trying to setup FZF on my GNU Emacs 25.1.1 installed os MacOS Sierra. What I get can be seen in the screenshot below. My config works fine on my linux machine.

screen shot 2017-03-15 at 4 25 05 pm
leourbina commented 7 years ago

I'm seeing the same thing:

fzf-broken

leourbina commented 7 years ago

@vishesh I was able to get it to work by downgrading to fzf version 0.15.9. Prior to this I was running 0.16.6.

Nephyrin commented 7 years ago

Adjusting fzf margins seems to work around this, I think it's because it is emitting lines larger than the terminal? Might be dependent on window size or other factors.

(setq fzf/args "--no-hscroll --margin=0,1,1,0 --print-query")

Edit: Added --print-query which is required now