Move u8State from WriteConsoleAImpl to SCREEN_INFORMATION #6982
Labels
Area-CodeHealth
Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Help Wanted
We encourage anyone to jump in on these.
Issue-Task
It's a feature request, but it doesn't really need a major design.
Priority-3
A description (P3)
Product-Conhost
For issues in the Console codebase
Milestone
Environment
In #4493 @miniksa pointed out that the state should be a member of
SCREEN_INFORMATION
rather than a static variable inWriteConsoleAImpl
. Refer to#4493 (comment)
In the current code base it's still in
WriteConsoleAImpl
though.terminal/src/host/_stream.cpp
Line 1107 in d0ff5f6
Since I closed the PR I just don't want this information to get lost.
The text was updated successfully, but these errors were encountered: