|
Can Windows Terminal suspend applications to the background, and then unsuspend them? Thanks |
Answered by
DHowett
Jul 7, 2022
Replies: 1 comment
|
Unfortunately, not today. There's no support in the Windows platform for suspending console applications and returning control to the shell -- there's no real notion of job control for an attached console session. |
0 replies
Answer selected by
gamagan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, not today. There's no support in the Windows platform for suspending console applications and returning control to the shell -- there's no real notion of job control for an attached console session.