Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ctrl-backspace modifier not sent correctly #271

Closed
danielhuang opened this issue Jul 11, 2020 · 2 comments
Closed

Ctrl-backspace modifier not sent correctly #271

danielhuang opened this issue Jul 11, 2020 · 2 comments

Comments

@danielhuang
Copy link

Ctrl-backspace does not delete the whole word in the shell prompt.

Hyper: (pressing Ctrl-backspace, then Ctrl-D to exit)
image

Extraterm:
image

@sedwards2009
Copy link
Owner

sedwards2009 commented Jul 13, 2020

There appears to be some variety here among the different emulators:

Emulator Backspace Ctrl+Backspace Shift+Backspace Alt+Backspace
Alacritty ^? ^H ^H ^[^?
iTerm2 ^? ^? ^? ^?
Gnome terminal (VTE) ^? ^H ^? ^[^?
Kitty ^? ^H ^? ^[^?
Terminal (macOS) ^? ^? ^? ^?
Terminus ^? ^[^? ^H ^[^?
xterm ^? ^H ^? 0xc3 0xbf
Extraterm 0.51 ^? ^? ^? ^[^?

@sedwards2009
Copy link
Owner

Fixed in 0.52.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants