Update MouseInput.cpp's _Generate*Sequence()
to use wil::str_printf
#3957
Labels
Area-CodeHealth
Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Issue-Task
It's a feature request, but it doesn't really need a major design.
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
These functions (particularly
_GenerateSGRSequence()
use_snwprintf
and_snwprintf_s
. We should update these withwil::str_printf
instead.The text was updated successfully, but these errors were encountered: