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
Thanks! Yeah, this is actually a downside from our fixes to our integration with iOS System, and it is caused by our deep integration between Hterm (the terminal emulator) and the MCP (the "shell" or Master Control Program).
This will be fixed on its own when we move away from Hterm, so I will relate it to #1980
Checklist
Configuration
Blink Version:
v17.3.0.916
iPadOS:
17.6.1
Describe the bug
Keyboard Interrupt (control-c) does not clear the prompt in blink shell. Instead, return must be pressed after control-c to get a blank prompt.
Ideally, control-c would behave the same in blink prompt as in bash--throwing you onto a new empty prompt line without the need to press enter.
Additionally, control-d doesn't delete the subsequent character like a linux readline prompt (with standard bindings) or a macOS/iPadOS text field.
The text was updated successfully, but these errors were encountered: