Closed
Description
code-server
version: 2.1698-vsc1.41.1 x64 Linux binary on Ubuntu 18.04- OS Version: iPadOS 13.3
Description
When connected via Safari on iPadOS, control-c is not recognized by the integrated terminal, it simply prints a newline. Other control sequences work fine (eg, control-d, control-z). Control-c works fine in Safari (13.0.5) on my Mac.
(This was raised in the discussion of #128 but that issue was originally about the arrow keys and was closed.)
Steps to Reproduce
- Start any long-running program in the terminal (
python
is a good example) - Type control-c to exit, a newline will be printed (as if return had been pressed)
- Interpreters can be exited with control-d (obviously, this does not work for all programs).