Conpty: Additional ScrollFrame
optimizations
#5228
Labels
Area-Rendering
Text rendering, emoji, complex glyph & font-fallback issues
In-PR
This issue has a related PR
Issue-Task
It's a feature request, but it doesn't really need a major design.
Needs-Tag-Fix
Doesn't match tag requirements
Priority-2
A description (P2)
Product-Conpty
For console issues specifically related to conpty
Milestone
In #5181, I changed
XtermEngine::ScrollFrame
to actually work.Part of the trickiness with that function is that we need to make sure to emit newlines to scroll new lines into the terminal, but we also need to preserve linewrap state for lines that might have been split across paints.
bitset
to track which lines are new instead of the single_newBottomLine
member. This is probably more correct for cases where multiple lines are getting scrolled in at a time.The text was updated successfully, but these errors were encountered: