Skip to content

fix: disable terminal suspend (Ctrl+Z) on Windows#16120

Open
alexyaroshuk wants to merge 4 commits intoanomalyco:devfrom
alexyaroshuk:fix/windows-disable-terminal-suspend
Open

fix: disable terminal suspend (Ctrl+Z) on Windows#16120
alexyaroshuk wants to merge 4 commits intoanomalyco:devfrom
alexyaroshuk:fix/windows-disable-terminal-suspend

Conversation

@alexyaroshuk
Copy link
Contributor

Issue for this PR

Closes #16050
possibly closes #6517

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

Adds an early return check in the terminal suspend handler to prevent the SIGTSTP signal from being sent on Windows, which doesn't support Unix-style job control.

How did you verify your code works?

Made local build, manually tested

Screenshots / recordings

unrelated to ui

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@alexyaroshuk alexyaroshuk marked this pull request as ready for review March 5, 2026 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

no way to recover from an accidental ctrl+z in windows Rider TUI - Ctrl+Z uses EOF - unable to return to session

1 participant