Make Claude Code better behaved w.r.t. job control signals (including SIGTSTP)
Resolved 💬 4 comments Opened Mar 21, 2025 by leblancfg Closed Jul 7, 2025
Description
Application doesn't respond to Ctrl-Z to suspend/background.
Steps to reproduce
- Launch application in terminal
- Press
Ctrl-Z - Application remains in foreground
Expected behaviour
Application should suspend and return to shell prompt.
Environment
- OS: macOS
- Shell: wezterm
- Claude CLI version: 0.2.53
Additional Information
Terminal settings show SUSP is set to ^Z (verified with stty -a).
Other applications respond correctly to Ctrl-Z in same terminal.
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗