Skip to content

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

Closed
alexyaroshuk wants to merge 5 commits into
anomalyco:devfrom
alexyaroshuk:fix/windows-disable-terminal-suspend
Closed

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

Conversation

@alexyaroshuk

Copy link
Copy Markdown
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
@github-actions

github-actions Bot commented May 9, 2026

Copy link
Copy Markdown
Contributor

Closing this pull request because it has had no updates for more than 60 days. If you plan to continue working on it, feel free to reopen or open a new PR.

@github-actions github-actions Bot closed this May 9, 2026
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.

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

1 participant