bling / fzf.el

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

First 2 lines are invisible.(in GUI emacs) #32

Closed tttuuu888 closed 6 years ago

tttuuu888 commented 6 years ago

If you go up above first line from fzf file list, you can see first 2 lines are invisible. There are 2 lines above the window and cursor moves up there without list refreshing. This is happening only on GUI emacs.

tttuuu888 commented 6 years ago

This was solved when I added margin option for fzf/args like below. (1 for top and bottom, total 2 line of margin)

(setq fzf/args "-x --color bw --print-query --margin=1,0")

If we cannot find fundamental solution, I think adding marin option for GUI emacs could be a simple way to go.