-
Notifications
You must be signed in to change notification settings - Fork 720
Fixes #4200. ExtendedCharInfo needs be enhanced to properly deal with all codepoints #4202
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
base: v2_develop
Are you sure you want to change the base?
Fixes #4200. ExtendedCharInfo needs be enhanced to properly deal with all codepoints #4202
Conversation
This reverts commit ef639c1.
…er-surrogatepair-force16colors-fix
|
||
if (_consoleOut.GetType().Name == "WindowsOutput") | ||
{ | ||
newSize = _consoleOut.SetWindowSize (size); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This resizing code looks confusing... can you explain why it is necessary to detect change in size and immediately order the output to resize itself again?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When windows is resized the buffer isn't correctly resized. So the code force resize the buffer correctly and thus there is no scroll buffer.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But I recognize that isn't good as is. So, feel free to change all you want.
Fixes
Proposed Changes/Todos
WindowsOutput
andWindowsDriver
Pull Request checklist:
CTRL-K-D
to automatically reformat your files before committing.dotnet test
before commit///
style comments)