[PR #3415] [MERGED] wpf: make the cursor blink #25360

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3415
Author: @ghost
Created: 11/1/2019
Status: ✅ Merged
Merged: 11/4/2019
Merged by: @DHowett-MSFT

Base: master ← Head: dev/zorio/wpf-blinking-cursor


📝 Commits (2)

  • 6b5f947 make the cursor blink in the wpf control
  • 964a7fb namespace c exports

📊 Changes

4 files changed (+78 additions, -1 deletions)

View changed files

📝 src/cascadia/PublicTerminalCore/HwndTerminal.cpp (+17 -0)
📝 src/cascadia/PublicTerminalCore/HwndTerminal.hpp (+4 -0)
📝 src/cascadia/WpfTerminalControl/NativeMethods.cs (+22 -0)
📝 src/cascadia/WpfTerminalControl/TerminalContainer.cs (+35 -1)

📄 Description

Summary of the Pull Request

Adds a blinking cursor to the WPF terminal control

Validation Steps Performed

VS terminal was patched with new bits to verify cursor only blinked when it had keyboard focus.


🔄 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/3415 **Author:** [@ghost](https://github.com/ghost) **Created:** 11/1/2019 **Status:** ✅ Merged **Merged:** 11/4/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/zorio/wpf-blinking-cursor` --- ### 📝 Commits (2) - [`6b5f947`](https://github.com/microsoft/terminal/commit/6b5f947fb908c89bd697f083dde9f57f0fa6e83c) make the cursor blink in the wpf control - [`964a7fb`](https://github.com/microsoft/terminal/commit/964a7fb2ce76ef187e4457efc60cebd46c787d8a) namespace c exports ### 📊 Changes **4 files changed** (+78 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/PublicTerminalCore/HwndTerminal.cpp` (+17 -0) 📝 `src/cascadia/PublicTerminalCore/HwndTerminal.hpp` (+4 -0) 📝 `src/cascadia/WpfTerminalControl/NativeMethods.cs` (+22 -0) 📝 `src/cascadia/WpfTerminalControl/TerminalContainer.cs` (+35 -1) </details> ### 📄 Description <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Adds a blinking cursor to the WPF terminal control ## Validation Steps Performed VS terminal was patched with new bits to verify cursor only blinked when it had keyboard focus. --- <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:09:00 +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#25360