Holy crap there is some nasty stuff in that script. You can try shopt -s checkwinsize to see if that helps
On Mon, Aug 14, 2017 at 9:06 AM, Ángel <an...@16bits.net> wrote: > On 2017-08-10 Leon Klingele wrote: > > Is this problem caused by bash? > > > Most likely, something done by fzf is not "completely right" as in fzf > sets up things in a way that bash is then unable to determine the right > width of the line it was asked to print. > > I guess the sourced file corresponds to this script? > https://github.com/junegunn/fzf/blob/master/shell/completion.bash > > Regards > > >