You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ctrl-z (SIGTSTP) doesn't work with Spring, and it corrupts the terminal
as mentioned by @casper in Issue #361:
> the spring server is somehow attached to the PTY of the shell
the solution is to:
> trap SIGTSTP and tell the server to disengage from the PTY
> before the client process is suspended
0 commit comments