-
Notifications
You must be signed in to change notification settings - Fork 328
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
some keys not responding immediately #616
Comments
@jonsykkel It's the commit where tcell switched from |
I too am experiencing this issue with gentoo. |
@jonsykkel @dv-blk I have tried using the latest tcell 2.2.1 instead of our local fork and it breaks things for me. Specificially gdamore/tcell@7694d90 makes the program require two keys to be pressed before doing anything which is similar to what you describe. Is it possible you are not building the program as a module with our own tcell fork? |
I think this is already reported as gdamore/tcell#452 and there are two PRs addressing the issue. I won't switch to 2.2.1 until things are stable. |
dont know the first thing about go so not sure how i verify that but it seems to use your fork according to the go build output: |
@jonsykkel Unfortunately, I'm not good at the Go build system either. And they keep changing things so it depends on what Go version you have. You may try enabling the go module mode with the environment variable to see if it helps. (i.e. |
same story with GO111MODULE=on. i install the binary by just copying it to /usr/local/bin, and yeah running the binary without installing is what i did to figure out which commit breaks it |
@jonsykkel Then it might be the case that @dv-blk Since you experience this on linux, I still suspect your issue might be due to not building from the source in module mod. |
I can confirm what @jonsykkel says. I am glad to find this report I wasn't sure certain if it was bug or my setup becoming weird. |
@okalm I imagine it's very annoying to use |
Another PR is merged to tcell today and it does seem to work well on linux so I have now bumped our tcell to upstream v2.3.1. It would be nice if people here can build from the source to test if the issue is fixed on freebsd or not. |
last commit indeed fixes it here |
certain keys are doing weird stuff after commit 4c0efdc on freebsd
the events seem to not be processed immediately, but take effect after any other key has been pressed
if i press 'e', nothing happens, then for example 'j', the editor opens
same thing happens with 'q' and all my lfrc keybinds
clean lfrc, bash/zsh/sh, tmux makes no difference
The text was updated successfully, but these errors were encountered: