-
Notifications
You must be signed in to change notification settings - Fork 20
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
key repetition in macOS terminal #186
Comments
I further noticed that sometimes using key repetition in a macOS terminal using jackline on a remote server, e.g. scrolling up and down through the user roster, there is "~5" and "~6" shown as an output. |
@LIX ah, interesting. It does indeed sound like echo "$TERM"
infocmp -I
tput rep 65 8 | xxd |
Hi @cfcs
|
I checked the code for notty, the Anyway, to conclude, this is definitely in |
Thanks for investigating on it, @cfcs |
@Iix Pasting should be handled by
|
The keyboard repetition in the macOS terminal seems not to work correctly. The repetition actually works, but does not appear, e.g. when scrolling through the users roster, the repetition only shows, when the key is released again. The same happens when moving through the message input field.
The text was updated successfully, but these errors were encountered: