SIGQUIT is sent to terminal when switching to non-existent tab #9635
Labels
Area-UserInterface
Issues pertaining to the user interface of the Console or Terminal
good first issue
This is a fix that might be easier for someone to do as a first contribution
Help Wanted
We encourage anyone to jump in on these.
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Priority-2
A description (P2)
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Windows Terminal version (or Windows build number)
1.6.10571.0
Other Software
Ubuntu 18.04.3 LTS
GNU bash, version 4.4.20(1)-release (x86_64-pc-linux-gnu)
Steps to reproduce
I use tabs in Windows Terminal by using CTRL+number (eg CTRL+3 goes to tab 3).
When there is a running command in bash (eg
sleep 10
for demo purposes) and I switch to a tab that does not exist (eg CTRL+4 when there are 3 open tabs), the process is exited with a SIGQUIT signal.Expected Behavior
Nothing should happen when pressing the hotkey to go to a tab that does not exist
Actual Behavior
Process is terminated when pressing CTRL+4
The text was updated successfully, but these errors were encountered: