[PR #9586] [MERGED] Disable warning about multi-line paste when brackted paste is on #27642

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9586
Author: @skyline75489
Created: 3/23/2021
Status: ✅ Merged
Merged: 4/7/2021
Merged by: @undefined

Base: main ← Head: chesterliu/dev/silent-multi-line-paste-warning


📝 Commits (3)

  • a430c79 Do not warn about multi-line paste when brackted paste is on
  • 59d0480 I can't spell, really
  • 648a0c1 Update src/cascadia/TerminalApp/TerminalPage.cpp

📊 Changes

4 files changed (+22 additions, -4 deletions)

View changed files

📝 src/cascadia/TerminalApp/TerminalPage.cpp (+15 -4)
📝 src/cascadia/TerminalControl/TermControl.cpp (+5 -0)
📝 src/cascadia/TerminalControl/TermControl.h (+1 -0)
📝 src/cascadia/TerminalControl/TermControl.idl (+1 -0)

📄 Description

Closes #7006


🔄 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/9586 **Author:** [@skyline75489](https://github.com/skyline75489) **Created:** 3/23/2021 **Status:** ✅ Merged **Merged:** 4/7/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `chesterliu/dev/silent-multi-line-paste-warning` --- ### 📝 Commits (3) - [`a430c79`](https://github.com/microsoft/terminal/commit/a430c79341b7ae49aa9da254dc0f55253246fbc2) Do not warn about multi-line paste when brackted paste is on - [`59d0480`](https://github.com/microsoft/terminal/commit/59d0480c8a5ec805f0609417d8bfdc120c0b13e6) I can't spell, really - [`648a0c1`](https://github.com/microsoft/terminal/commit/648a0c1641113b1d7b5c2c991213d09910c187e8) Update src/cascadia/TerminalApp/TerminalPage.cpp ### 📊 Changes **4 files changed** (+22 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+15 -4) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+5 -0) 📝 `src/cascadia/TerminalControl/TermControl.h` (+1 -0) 📝 `src/cascadia/TerminalControl/TermControl.idl` (+1 -0) </details> ### 📄 Description Closes #7006 --- <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:23:13 +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#27642