[PR #10307] [MERGED] Cleanup from bell flash PR #27985

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/10307
Author: @PankajBhojwani
Created: 6/1/2021
Status: ✅ Merged
Merged: 6/2/2021
Merged by: @undefined

Base: main ← Head: dev/pabhoj/bell_cleanup


📝 Commits (2)

📊 Changes

2 files changed (+26 additions, -17 deletions)

View changed files

📝 src/cascadia/TerminalControl/TermControl.cpp (+24 -15)
📝 src/cascadia/TerminalControl/TermControl.h (+2 -2)

📄 Description

Just come cleanup I did not manage to get to before #9270 merged.

Specifically:

  • We only initialize the animation and timer if we need them
  • We don't repeatedly destroy/create the timer

Validation Steps Performed

It still works


🔄 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/10307 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 6/1/2021 **Status:** ✅ Merged **Merged:** 6/2/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/pabhoj/bell_cleanup` --- ### 📝 Commits (2) - [`82434c8`](https://github.com/microsoft/terminal/commit/82434c81f5bde4e3869c450941da8a3bd5104cee) cleanup - [`e52fed6`](https://github.com/microsoft/terminal/commit/e52fed6be8b28729edc75e56c7c4231b770a57ed) fix ### 📊 Changes **2 files changed** (+26 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+24 -15) 📝 `src/cascadia/TerminalControl/TermControl.h` (+2 -2) </details> ### 📄 Description Just come cleanup I did not manage to get to before #9270 merged. Specifically: - We only initialize the animation and timer if we need them - We don't repeatedly destroy/create the timer ## Validation Steps Performed It still works --- <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:25:34 +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#27985