-
Notifications
You must be signed in to change notification settings - Fork 23
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
doubled search inputs on Windows #142
Comments
I am unable to reproduce this on Fedora machine. I also tried on a Ubuntu container and still cannot reproduce it (all using alacritty). So it seems its likely a Windows only bug. I will continue investigating this... |
I tried running one of the examples but can't reproduce it even on Windows 11 + Powershell (not alacritty though) so I am not sure where this is coming from. Since I am using a VM the VS debugger is incredibly slowwwwww.... Can you use a debugger and try to find where this originates from? |
I tried reproducing on
Can you reproduce any of these? |
Haven't tested 1 and 2 but can get 3. My latest commit fixed 3 on my Linux box but it seems to occur on Windows. |
Alright after some through investigation on 3 and I found out the following:-
I think this is more of crossterm issue rather than minus. It appears due to the way Sorry I don't own a proper Windows setup so its hard for me to do more investigation of crossterm on Windows. If you have a Windows machine, please report this to the crossterm devs. Also I will have a fix for 1 and 2 soon. |
I'm not familiar with crossterm and don't know if you've seen it already, but there's crossterm-rs/crossterm#778 already. It sounds like it may solve at least some of the issues identified here? |
That issue also leads to #141. I could try a full end to end test by integrating the latest |
OK, testing on 43aa50d, they're not doubled anymore, but they:
As for the previous issues: |
Describe the bug
I'm using
minus
through jj/jujutsu. It works fine overall except for search.?
(backwards search) does not engage at all and/
(forward search) suffers from double inputs. When I press/
once, I already get a forward slash as the first character to search for. When I press any character after that, I get it inputted twice.To Reproduce
/
, then any character, likea
//aa
(a forward search for/aa
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop:
minus 5.6.1
from jjAdditional context
The text was updated successfully, but these errors were encountered: