[PR #10901] Make the TerminalApi exception handler less garrulous #28290

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

Original Pull Request: https://github.com/microsoft/terminal/pull/10901

State: closed
Merged: Yes


Summary of the Pull Request

Apparently the exception handler in TerminalApi is far too talkative. We're apparently throwing in TerminalApi::CursorLineFeed way too often, and that's caused an internal bug to be filed on us.

This represents making the event less talkative, but doesn't actually fix the bug. It's just easier to get the OS bug cleared out quick this way.

References

  • MSFT:33310649

PR Checklist

  • Fixes the A portion of #10882, which closes MSFT:33310649
  • I work here
  • [n/a] Tests added/passed
  • [n/a] Requires documentation to be updated
**Original Pull Request:** https://github.com/microsoft/terminal/pull/10901 **State:** closed **Merged:** Yes --- ## Summary of the Pull Request Apparently the exception handler in TerminalApi is far too talkative. We're apparently throwing in `TerminalApi::CursorLineFeed` way too often, and that's caused an internal bug to be filed on us. This represents making the event less talkative, but doesn't actually fix the bug. It's just easier to get the OS bug cleared out quick this way. ## References * MSFT:33310649 ## PR Checklist * [x] Fixes the **A** portion of #10882, which closes MSFT:33310649 * [x] I work here * [n/a] Tests added/passed * [n/a] Requires documentation to be updated
claunia added the pull-request label 2026-01-31 09:27:33 +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#28290