Did you search for existing issues already? yes
Describe the bug
In Windows Terminal, typing in the prompt dialog enters multiple keys per keypress making it difficult to use the prompt. Tested using PowerShell, Bash (cygwin), and Nushell. Pasting is also a problem and enters more than one key per character.
To Reproduce
Steps to reproduce the behavior
- Run Slumber in Windows Terminal
- Select a request that uses a prompt chain
- Press enter
- Type a key and notice that it is entered multiple times
Expected behavior
A key should be entered once.
Screenshots

In this screenshot, I typed a once, and then b, and then c (the S is from Win+Shift+S to take a screenshot 😅 )
Version (please complete the following information):
- OS: Windows 10 - 22H2 (Build 19045.4412)
- Terminal: Windows Terminal 1.19.11213.0
- Slumber Version: 1.3.0
Additional context:
Request collection:
chains:
authorization_code:
source: !prompt
message: Authorization Code
requests:
login: !request
method: POST
url: "https://www.example.com"
headers:
Accept: application/json
Content-Type: application/x-www-form-urlencoded
# authentication: !basic
# username: "{{client_id}}"
# password: "{{client_secret}}"
body: |
grant_type=authorization_code&code={{chains.authorization_code}}
Did you search for existing issues already? yes
Describe the bug
In Windows Terminal, typing in the prompt dialog enters multiple keys per keypress making it difficult to use the prompt. Tested using PowerShell, Bash (cygwin), and Nushell. Pasting is also a problem and enters more than one key per character.
To Reproduce
Steps to reproduce the behavior
Expected behavior
A key should be entered once.
Screenshots

In this screenshot, I typed
aonce, and thenb, and thenc(theSis from Win+Shift+S to take a screenshot 😅 )Version (please complete the following information):
Additional context:
Request collection: