Skip to content
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

Remove some unused/obsolete XtermEngine code #17287

Merged
merged 1 commit into from
May 20, 2024

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
15 checks passed
@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