bling / fzf.el

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

FIXED IN #29 - FZF appearance corrupted when windowed #28

Closed posita closed 6 years ago

posita commented 6 years ago

Formerly #26 (not fixed by #27).

fzf-el-screen

Emacs version 25.2.1 on OS X installed via brew.

posita commented 6 years ago

I'm also observing similar behavior when invoking emacs -nw from the terminal.

posita commented 6 years ago

Okay, I think this is related to the enabling global-visual-line-mode. When I disable it for the FZF buffer, it works better:

screen shot 2017-09-06 at 16 22 04

(I still get the red trailing lines, though.)

It is possible to disable visual-line-mode explicitly for FZF buffers?