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
Windows build number: 10.0.18363.0
Windows Terminal version (if applicable): 1.0.1811.0
Any other software? I tried Windows Powershell, Powershell Core 7.0.1, Cmd.exe
Steps to reproduce
Open Windows Terminal, use "ping" command to ping some address.
Example:
ping -t 192.168.1.1
Then press Ctrl+Break on your keyboard. (I'm using Microsoft Surface Keyboard with FingerprintID, but I assume any full-size keyboard will have the "Pause/Break" key)
Expected behavior
Ping command will receive the Ctrl+Break signal and display statistic info while continuing to send ICMP packages.
Actual behavior
Inside Windows Terminal, "ping" command received Ctrl+C signal instead of Ctrl+Break signal.
I tried this in Powershell Core 7.0.1, Windows Powershell and cmd.exe with legacy conhost.exe, they all handle Ctrl+Break correctly.
The text was updated successfully, but these errors were encountered:
ghost
added
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Jul 11, 2020
Thanks for the report! Please make sure to search for duplicates when filing new issues. This is already being tracked by another issue on our repo - please refer to #1119 for more discussion.
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
ghost
added
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
and removed
Needs-Triage
It's a new issue that the core contributor team needs to triage at the next triage meeting
Needs-Tag-Fix
Doesn't match tag requirements
labels
Jul 13, 2020
Environment
Steps to reproduce
Open Windows Terminal, use "ping" command to ping some address.
Example:
Then press Ctrl+Break on your keyboard. (I'm using Microsoft Surface Keyboard with FingerprintID, but I assume any full-size keyboard will have the "Pause/Break" key)
Expected behavior
Ping command will receive the Ctrl+Break signal and display statistic info while continuing to send ICMP packages.
Actual behavior
Inside Windows Terminal, "ping" command received Ctrl+C signal instead of Ctrl+Break signal.
I tried this in Powershell Core 7.0.1, Windows Powershell and cmd.exe with legacy conhost.exe, they all handle Ctrl+Break correctly.
The text was updated successfully, but these errors were encountered: