junegunn / fzf

:cherry_blossom: A command-line fuzzy finder
https://junegunn.github.io/fzf/
MIT License
63.89k stars 2.37k forks source link

The select box is not cleaned after making a selection. #3642

Closed 520521mayuan closed 6 months ago

520521mayuan commented 7 months ago

Info

Problem / Steps to reproduce

  1. fzf --version 0.44.1 (debian)
  2. Ctrl-t select current dirctory files
  3. type 'enter'
  4. The select box always show even though the selection already completed. 1

    I'm curious if it's accurate in bash? if not, How to fix it? Thanks in advance!

junegunn commented 7 months ago

That doesn't look right. Have you tried it on different terminal emulators?

520521mayuan commented 6 months ago

Thanks for your reply!

yeah, I'm using the alacritty now, and I tried the xterm and stterm, get the same result.