Update MouseInput.cpp's _Generate*Sequence() to use wil::str_printf #5558

Open
opened 2026-01-31 00:16:03 +00:00 by claunia · 0 comments
Owner

Originally created by @carlos-zamora on GitHub (Dec 13, 2019).

Originally assigned to: @carlos-zamora on GitHub.

These functions (particularly _GenerateSGRSequence() use _snwprintf and _snwprintf_s. We should update these with wil::str_printf instead.

Originally created by @carlos-zamora on GitHub (Dec 13, 2019). Originally assigned to: @carlos-zamora on GitHub. These functions (particularly `_GenerateSGRSequence()` use `_snwprintf` and `_snwprintf_s`. We should update these with `wil::str_printf` instead.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5558