[PR #716] [CLOSED] Improve Blink mechanism #24262

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/716
Author: @casperx
Created: 5/12/2019
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • e735633 Blink cursor
  • 4f07561 Merge remote-tracking branch 'origin/master'
  • f4a60f2 Fix formatting
  • 5296b9f Merge pull request #1 from dkter/master
  • 06a5fdc Fix Cursor Blinker mechanism so It looks like original CursorBlinker
  • bb03ef2 Fix indentation, line length and add brace.
  • 2295686 Fix indentation
  • bab3c49 Add cursor blinking (#686)
  • bb861e7 Fix Cursor Blinker mechanism so It looks like original CursorBlinker
  • 942dc2b Merge branch 'master' into master

📊 Changes

3 files changed (+2008 additions, -1993 deletions)

View changed files

📝 src/cascadia/TerminalControl/TermControl.cpp (+1206 -1201)
📝 src/cascadia/TerminalCore/Terminal.cpp (+611 -602)
📝 src/cascadia/TerminalCore/Terminal.hpp (+191 -190)

📄 Description

No description provided


🔄 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/716 **Author:** [@casperx](https://github.com/casperx) **Created:** 5/12/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`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 - [`5296b9f`](https://github.com/microsoft/terminal/commit/5296b9f45d4f6f09bc43a249ea606da196926d62) Merge pull request #1 from dkter/master - [`06a5fdc`](https://github.com/microsoft/terminal/commit/06a5fdca7dae60b7658b06ed83e3867193e702e9) Fix Cursor Blinker mechanism so It looks like original CursorBlinker - [`bb03ef2`](https://github.com/microsoft/terminal/commit/bb03ef22fd33f5898046ee362e02a07f2a583ce6) Fix indentation, line length and add brace. - [`2295686`](https://github.com/microsoft/terminal/commit/2295686a8a3b2ad909f1c7012a96bd4783af93a4) Fix indentation - [`bab3c49`](https://github.com/microsoft/terminal/commit/bab3c49be4b6cc50febb967155beaae9ceec7b78) Add cursor blinking (#686) - [`bb861e7`](https://github.com/microsoft/terminal/commit/bb861e74b4883b0fc4115112a256d8291a1d91bc) Fix Cursor Blinker mechanism so It looks like original CursorBlinker - [`942dc2b`](https://github.com/microsoft/terminal/commit/942dc2b4e7f7ba2f47628c8f635ce4a3e97a13a0) Merge branch 'master' into master ### 📊 Changes **3 files changed** (+2008 additions, -1993 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+1206 -1201) 📝 `src/cascadia/TerminalCore/Terminal.cpp` (+611 -602) 📝 `src/cascadia/TerminalCore/Terminal.hpp` (+191 -190) </details> ### 📄 Description _No description provided_ --- <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:17 +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#24262