[PR #3811] [CLOSED] Bugfix: correct copy vs copyTextWithoutNewlines behavior #25509

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/3811
Author: @carlos-zamora
Created: 12/2/2019
Status: Closed

Base: masterHead: dev/cazamor/bugfix-copy-kb


📝 Commits (3)

  • bcedd48 Bugfix: correct copy vs copyTextWithoutNewlines behavior
  • b787599 wrong var name in schema
  • 45be187 changed name of arg and reversed logic

📊 Changes

9 files changed (+29 additions, -31 deletions)

View changed files

📝 doc/cascadia/profiles.schema.json (+2 -2)
📝 src/cascadia/LocalTests_TerminalApp/KeyBindingsTests.cpp (+10 -10)
📝 src/cascadia/TerminalApp/ActionArgs.h (+5 -5)
📝 src/cascadia/TerminalApp/ActionArgs.idl (+1 -1)
📝 src/cascadia/TerminalApp/AppActionHandlers.cpp (+1 -1)
📝 src/cascadia/TerminalApp/AppKeyBindingsSerialization.cpp (+1 -1)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+3 -4)
📝 src/cascadia/TerminalControl/TermControl.cpp (+5 -6)
📝 src/cascadia/TerminalControl/TermControl.h (+1 -1)

📄 Description

Summary of the Pull Request

Corrected behavior for (de)serialization. Changed variable name for clarification.

References

N/A

PR Checklist

  • Closes Cannot type chinese characters. (#3782)
  • CLA signed. If not, go over here and sign the CLA
  • Tests added/passed
  • Requires documentation to be updated
  • I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx

Detailed Description of the Pull Request / Additional comments

This was on me. Should've caught it in the code review. Sorry!

Validation Steps Performed

Tests
And personal tests


🔄 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/3811 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 12/2/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dev/cazamor/bugfix-copy-kb` --- ### 📝 Commits (3) - [`bcedd48`](https://github.com/microsoft/terminal/commit/bcedd481f12533c79f07ecd9d96303896388ab19) Bugfix: correct copy vs copyTextWithoutNewlines behavior - [`b787599`](https://github.com/microsoft/terminal/commit/b787599cc49ca4c29cd84ffe301aa4b7b462b9c2) wrong var name in schema - [`45be187`](https://github.com/microsoft/terminal/commit/45be1876ae336d222ff53d8727cc9be0f3f6877c) changed name of arg and reversed logic ### 📊 Changes **9 files changed** (+29 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `doc/cascadia/profiles.schema.json` (+2 -2) 📝 `src/cascadia/LocalTests_TerminalApp/KeyBindingsTests.cpp` (+10 -10) 📝 `src/cascadia/TerminalApp/ActionArgs.h` (+5 -5) 📝 `src/cascadia/TerminalApp/ActionArgs.idl` (+1 -1) 📝 `src/cascadia/TerminalApp/AppActionHandlers.cpp` (+1 -1) 📝 `src/cascadia/TerminalApp/AppKeyBindingsSerialization.cpp` (+1 -1) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+3 -4) 📝 `src/cascadia/TerminalControl/TermControl.cpp` (+5 -6) 📝 `src/cascadia/TerminalControl/TermControl.h` (+1 -1) </details> ### 📄 Description ## Summary of the Pull Request Corrected behavior for (de)serialization. Changed variable name for clarification. ## References N/A ## PR Checklist * [ ] Closes #3782 * [ ] CLA signed. If not, go over [here](https://cla.opensource.microsoft.com/microsoft/Terminal) and sign the CLA * [ ] Tests added/passed * [ ] Requires documentation to be updated * [ ] I've discussed this with core contributors already. If not checked, I'm ready to accept this work might be rejected in favor of a different grand plan. Issue number where discussion took place: #xxx ## Detailed Description of the Pull Request / Additional comments This was on me. Should've caught it in the code review. Sorry! ## Validation Steps Performed Tests And personal tests --- <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:58 +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#25509