-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Terminal find match count is incorrect #148109
Terminal find match count is incorrect #148109
Comments
Maybe this isn't released yet, but I'm still getting the same problem in today's insiders. |
Still repros for me :( |
Can one of you pls provide a gif? it's working for me with the above example as expected and with others |
search.mov |
You are both on Windows - I wonder if that has to do with this. Could someone on mac pls verify this? |
from @joyceerhl |
Problem here seems to be the search addon gets confused because translateToString considers the second character whitespace: But in the search algorirthm it's treated as a null character, |
This brings in fixes to search xtermjs/xterm.js#3834 and xtermjs/xterm.js#3831 Fixes #148109
@joyceerhl this is on Windows? That's actually acting as expected because of the way conpty works, it ends up losing lines just above the bottom of the buffer. |
Pretty sure you were seeing #150886 so closing this again for verification |
This brings in fixes to search xtermjs/xterm.js#3834 and xtermjs/xterm.js#3831 Fixes microsoft#148109
Testing #148060
The text was updated successfully, but these errors were encountered: