VT SOS, APC & PM should be ignored until supported #9772

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

Originally created by @skyline75489 on GitHub (Jul 23, 2020).

Environment

Windows build number: 10.0.19041.388
Windows Terminal version (if applicable): 1.1.2021

Any other software? WSL

Steps to reproduce

Run the following bash command:

printf '\e_123123\e\\'

printf '\e^123123\e\\'

Expected behavior

Nothing is shown.

Actual behavior

The data string is printed:

>printf '\e_123123\e\\'
123123%

Detail

Coming from #120 and excellent comments of @j4james on #6328 , it occurs to me that we should ignore APC and PM the same way as DCS.

Feel free to assign this issue to me as it's very likely to be the next thing in my plan.

Originally created by @skyline75489 on GitHub (Jul 23, 2020). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: 10.0.19041.388 Windows Terminal version (if applicable): 1.1.2021 Any other software? WSL ``` # Steps to reproduce Run the following bash command: ```bash printf '\e_123123\e\\' printf '\e^123123\e\\' ``` <!-- A description of how to trigger this bug. --> # Expected behavior Nothing is shown. # Actual behavior The data string is printed: ```plaintext >printf '\e_123123\e\\' 123123% ``` # Detail Coming from #120 and excellent comments of @j4james on #6328 , it occurs to me that we should ignore APC and PM the same way as DCS. Feel free to assign this issue to me as it's very likely to be the next thing in my plan.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#9772