Possible to get multiple selections visible with copyOnSelect
enabled
#5628
Labels
Area-Rendering
Text rendering, emoji, complex glyph & font-fallback issues
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Tag-Fix
Doesn't match tag requirements
Priority-3
A description (P3)
Product-Terminal
The new Windows Terminal.
Milestone
On the 0.11.1153.0 prerelease
Stick these in your globals:
run
dir
to fill the buffer up, thenping -t google.com
.If you quickly select two different spots in the buffer, you can get both the old selection region and new selection region to be visible at the same time. I'm 88% sure this is purely graphical - it seems like the only actual selection is the second one, and as soon as more lines appear in the buffer, the old selection will disappear.
This might just be an ordering issue? Maybe we're not invalidating the old selection region when making a new one?
Weirdly, I couldn't get this to repro w/o running ping.
The text was updated successfully, but these errors were encountered: