[PR #14344] [MERGED] Re-enable AuditMode for TerminalCore #30057

Open
opened 2026-01-31 09:38:24 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14344
Author: @lhecker
Created: 11/4/2022
Status: Merged
Merged: 11/8/2022
Merged by: @undefined

Base: mainHead: dev/lhecker/14129-reenable-auditmode


📝 Commits (1)

  • fef9380 Re-enable AuditMode for TerminalCore

📊 Changes

10 files changed (+100 additions, -101 deletions)

View changed files

📝 src/cascadia/TerminalCore/Terminal.cpp (+23 -23)
📝 src/cascadia/TerminalCore/Terminal.hpp (+32 -32)
📝 src/cascadia/TerminalCore/TerminalApi.cpp (+18 -18)
📝 src/cascadia/TerminalCore/TerminalSelection.cpp (+11 -7)
📝 src/cascadia/TerminalCore/lib/terminalcore-lib.vcxproj (+0 -5)
📝 src/cascadia/TerminalCore/terminalrenderdata.cpp (+4 -4)
📝 src/host/renderData.cpp (+3 -3)
📝 src/host/renderData.hpp (+3 -3)
📝 src/host/ut_host/VtIoTests.cpp (+3 -3)
📝 src/renderer/inc/IRenderData.hpp (+3 -3)

📄 Description

AuditMode was accidentally disabled in 1c6aa4d, around 2 years ago.
This should fix this issue and address all the warnings it now generates.

Related to #14129.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/14344 **Author:** [@lhecker](https://github.com/lhecker) **Created:** 11/4/2022 **Status:** ✅ Merged **Merged:** 11/8/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/lhecker/14129-reenable-auditmode` --- ### 📝 Commits (1) - [`fef9380`](https://github.com/microsoft/terminal/commit/fef938038cf361e6e0d5bcb161d9dda373a3a4e2) Re-enable AuditMode for TerminalCore ### 📊 Changes **10 files changed** (+100 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalCore/Terminal.cpp` (+23 -23) 📝 `src/cascadia/TerminalCore/Terminal.hpp` (+32 -32) 📝 `src/cascadia/TerminalCore/TerminalApi.cpp` (+18 -18) 📝 `src/cascadia/TerminalCore/TerminalSelection.cpp` (+11 -7) 📝 `src/cascadia/TerminalCore/lib/terminalcore-lib.vcxproj` (+0 -5) 📝 `src/cascadia/TerminalCore/terminalrenderdata.cpp` (+4 -4) 📝 `src/host/renderData.cpp` (+3 -3) 📝 `src/host/renderData.hpp` (+3 -3) 📝 `src/host/ut_host/VtIoTests.cpp` (+3 -3) 📝 `src/renderer/inc/IRenderData.hpp` (+3 -3) </details> ### 📄 Description AuditMode was accidentally disabled in 1c6aa4d, around 2 years ago. This should fix this issue and address all the warnings it now generates. Related to #14129. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:38:24 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#30057