[PR #686] [MERGED] Blink the cursor #24246

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/686
Author: @dkter
Created: 5/10/2019
Status: Merged
Merged: 5/14/2019
Merged by: @DHowett-MSFT

Base: masterHead: master


📝 Commits (7)

  • e735633 Blink cursor
  • 4f07561 Merge remote-tracking branch 'origin/master'
  • f4a60f2 Fix formatting
  • b51927d Re-organize cursor blinking code as per @zadjii-msft's request
  • c569dba Respect user's system cursor speed setting
  • ba3dbee Remove assignment of registrationtoken
  • ed93625 Fix spacing

📊 Changes

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

View changed files

📝 src/cascadia/TerminalControl/TermControl.cpp (+63 -1)
📝 src/cascadia/TerminalControl/TermControl.h (+5 -0)
📝 src/cascadia/TerminalCore/Terminal.cpp (+10 -0)
📝 src/cascadia/TerminalCore/Terminal.hpp (+2 -0)

📄 Description

Resolves #665. Behaviour was discussed a bit there:

  • When the window is not in focus, the cursor is not shown.
  • When the user is typing, the cursor is constantly shown.
  • Otherwise, the cursor blinks.

🔄 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/686 **Author:** [@dkter](https://github.com/dkter) **Created:** 5/10/2019 **Status:** ✅ Merged **Merged:** 5/14/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (7) - [`e735633`](https://github.com/microsoft/terminal/commit/e735633e01dd7e74489bf87a82ba9c1aa6c4a471) Blink cursor - [`4f07561`](https://github.com/microsoft/terminal/commit/4f075613db9b2040a2448cec4f920d86634aabe1) Merge remote-tracking branch 'origin/master' - [`f4a60f2`](https://github.com/microsoft/terminal/commit/f4a60f273842c9b1a16f36c4d1b13d4793984cf7) Fix formatting - [`b51927d`](https://github.com/microsoft/terminal/commit/b51927d165405baa32c8b27ec869701b3ae68696) Re-organize cursor blinking code as per @zadjii-msft's request - [`c569dba`](https://github.com/microsoft/terminal/commit/c569dba5d2ef671dba0ccf0bb98811c04ef10c38) Respect user's system cursor speed setting - [`ba3dbee`](https://github.com/microsoft/terminal/commit/ba3dbeeef3ccf82aba7e8063a2f34132b23b8ec0) Remove assignment of registrationtoken - [`ed93625`](https://github.com/microsoft/terminal/commit/ed936255cc294745edb9243471e4e04a1a5a524e) Fix spacing ### 📊 Changes **4 files changed** (+80 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+63 -1) 📝 `src/cascadia/TerminalControl/TermControl.h` (+5 -0) 📝 `src/cascadia/TerminalCore/Terminal.cpp` (+10 -0) 📝 `src/cascadia/TerminalCore/Terminal.hpp` (+2 -0) </details> ### 📄 Description Resolves #665. Behaviour was discussed a bit there: - When the window is not in focus, the cursor is not shown. - When the user is typing, the cursor is constantly shown. - Otherwise, the cursor blinks. --- <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:02:11 +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#24246