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
I was trying out Fluent Terminal and I run into an issue with Terminate batch job (Y/N) prompt after pressing Ctl+C.
In default PowerShell I could press Ctl+C twice to supress it instead of typing Y but it doesn't seem work in Fluent Terminal. Instead it adds ^C to the same line.
I was trying out Fluent Terminal and I run into an issue with
Terminate batch job (Y/N)
prompt after pressing Ctl+C.In default PowerShell I could press Ctl+C twice to supress it instead of typing Y but it doesn't seem work in Fluent Terminal. Instead it adds
^C
to the same line.Example (
yarn start
-> Ctrl+C spam):PowerShell: https://imgur.com/p4Mfqjy
Fluent Terminal: https://imgur.com/54siKmR
As an example I used
yarn
command but I got the same results withnpm
.The text was updated successfully, but these errors were encountered: