junegunn / fzf

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

Hang on SIGSTP when session leader #3802

Closed telychko closed 1 month ago

telychko commented 4 months ago

Checklist

Output of fzf --version

0.48.1 (9ffe951f)

OS

Shell

Problem / Steps to reproduce

STEPS TO REPRODUCE

  1. Run following command (you can use any terminal) xterm -e fzf
  2. Hit ctrl+z

ACTUAL RESULTS fzf is disappear and blank terminal window shown. Nothing to do then.

EXPECTED RESULT No hangs expected. Expected behavior like on nvim or less: xterm -e less /etc/fstab xterm -e nvim

junegunn commented 1 month ago

Thanks, it should be fixed now.