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'm on 15014, and Ctrl-C works as expected with native linux commands.
I also noticed while doing some testing that cmd /c pause doesn't... pause, and cmd /c timeout ... doesn't work at all, but I don't know if that's expected:
0 app-tester 0 % cmd /c pause
Press any key to continue . . . # no keypress!
0 app-tester 0 % cmd /c timeout 1
ERROR: Input redirection is not supported, exiting the process immediately.
0 app-tester 1 %
The text was updated successfully, but these errors were encountered:
@benhillis OK, cool. I did search, but the #1614's title wasn't particularly suggestive of this :) I should probably include closed issues too in the future, which would have found #1574 and saved me some time :)
Possibly related to #1569 or #1583.
I see Ctrl-C effectively "background" windows apps launched with
cmd.exe /c
, that is, it returns to the prompt, but the app continues:As far as I can tell, the straces seem as expected?
I'm on 15014, and Ctrl-C works as expected with native linux commands.
I also noticed while doing some testing that
cmd /c pause
doesn't... pause, andcmd /c timeout ...
doesn't work at all, but I don't know if that's expected:The text was updated successfully, but these errors were encountered: