[PR #14069] [CLOSED] Make TerminalOutputEventArgs an abstract class #29918

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14069
Author: @SiliconA-Z
Created: 9/24/2022
Status: Closed

Base: mainHead: abstract


📝 Commits (1)

  • a14d1d6 Make TerminalOutputEventArgs an abstract class

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/cascadia/WpfTerminalControl/TerminalOutputEventArgs.cs (+1 -1)

📄 Description

It should be an abstract class because we purely use its subclasses and do not use the class directly.

PR Checklist

  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed

🔄 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/14069 **Author:** [@SiliconA-Z](https://github.com/SiliconA-Z) **Created:** 9/24/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `abstract` --- ### 📝 Commits (1) - [`a14d1d6`](https://github.com/microsoft/terminal/commit/a14d1d6c9a5199a1833292980ca5d321d9cb07a5) Make TerminalOutputEventArgs an abstract class ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/WpfTerminalControl/TerminalOutputEventArgs.cs` (+1 -1) </details> ### 📄 Description It should be an abstract class because we purely use its subclasses and do not use the class directly. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist * [X] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [X] Tests added/passed --- <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:37:36 +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#29918