-
Notifications
You must be signed in to change notification settings - Fork 712
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
Pipe should allow me to type all characters #748
Comments
Still fails handling most (possibly all?) UTF-8 characters (e.g. ì, ÷, §, etc...) |
ctrl-a (go to beginning of line) was also failing for me, although that On Mon, Dec 14, 2015 at 4:33 PM, Paul Bellamy [email protected]
|
Yep! Working:
Sort of working:
Not working:
|
We're getting latin-1 encoded stuff coming down the line?! (So says wireshark). I can hack around this in JS but it would be nice to get good old utf8! Do you guys have encoding options when attaching/execing? I'm not sure which part of the system is doing the encoding. |
Okay I got a bit confused there, we just weren't decoding it properly in the JS. Happy days! |
Unicode seems fixed, but re-opening as ctrl-arrow keys still don't work. |
I can get them going by faking a alt-falt-b, but term.js seems to do something funny w/ 5C/5D. I wonder if that will causes any issues w/ any apps. Might do. Will do a little more poking. |
@paulbellamy does ctrl-arrow work when you do a
It doesn't work for me under osx, but ppl say osx is not good at ctrl-arrow. |
I was using apk update --add zsh && zsh
$ a very long line then using ctrl-arrow to navigate left-right, as I know how that acts in zsh (I'm less familiar with sh/bash). It could very well be an osx issue. |
@paulbellamy found a good little test, can you try this:
and then type: I see: What do you see? |
When doing an exec into the container from scope, I see:
|
Alpine sh: (aka Busybox sh aka ash): Can't figure out how to list bindings, but seems to understand at least: Bash:
zsh:
Ubuntu sh: Can't figure out how to list bindings, but doesn't seem to understand anything. bash:
zsh:
Conclusion
|
Seems like alpine might add more keybinding support soon https://bugs.alpinelinux.org/issues/4904 https://bugs.alpinelinux.org/issues/4904 |
On UK keyboards I have to use
Right-Alt + 3
to type#
. These don't seem to be sent.It also seems that
Ctrl + {arrow}
keys are ignored.Found in #650
The text was updated successfully, but these errors were encountered: