Skip to content

Conversation

@j4james
Copy link
Collaborator

@j4james j4james commented May 18, 2024

Summary of the Pull Request

The dirty view calculation in the XtermEngine::StartPaint method was
originally used to detect a full frame paint that would require a clear
screen, but that code was removed as part of PR #4741, making this
calculation obsolete.

The performedSoftWrap variable in the XtermEngine::_MoveCursor
method was assumedly a remanent of some WIP code that was mistakenly
committed in PR #5181. The variable was never actually used.

Validation Steps Performed

All the unit tests still pass and nothing seems obviously broken in
manual testing.

PR Checklist

Copy link
Member

@carlos-zamora carlos-zamora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@carlos-zamora carlos-zamora added this pull request to the merge queue May 20, 2024
Merged via the queue into microsoft:main with commit e826203 May 20, 2024
@j4james j4james deleted the clean-xtermengine branch May 20, 2024 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unused/obsolete code in XtermEngine

3 participants