-
Notifications
You must be signed in to change notification settings - Fork 8.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a maximum OSC 8 URI length of 2MB following iTerm2 #14198
Add a maximum OSC 8 URI length of 2MB following iTerm2 #14198
Conversation
gnachman/iTerm2@c0b2f48 Unlike iTerm2, we're not planning on making it configurable. This commit also adds a max length of 1024 characters on the "display URI" that we pass up to XAML, so as to not inundate the UI.
@msftbot merge this in 1 minute |
Hello @DHowett! Because you've given me some instructions on how to help merge this pull request, I'll be modifying my merge approach. Here's how I understand your requirements for merging this pull request:
If this doesn't seem right to you, you can tell me to cancel these instructions and use the auto-merge policy that has been configured for this repository. Try telling me "forget everything I just told you". |
gnachman/iTerm2@c0b2f48 Unlike iTerm2, we're not planning on making it configurable. This commit also adds a max length of 1024 characters on the "display URI" that we pass up to XAML, so as to not inundate the UI. Fixes #14200 (cherry picked from commit 07201d6) Service-Card-Id: 86182617 Service-Version: 1.15
gnachman/iTerm2@c0b2f48 Unlike iTerm2, we're not planning on making it configurable. This commit also adds a max length of 1024 characters on the "display URI" that we pass up to XAML, so as to not inundate the UI. Fixes #14200 (cherry picked from commit 07201d6) Service-Card-Id: 86182618 Service-Version: 1.16
🎉 Handy links: |
🎉 Handy links: |
gnachman/iTerm2@c0b2f48
Unlike iTerm2, we're not planning on making it configurable.
This commit also adds a max length of 1024 characters on the "display URI" that we pass up to XAML, so as to not inundate the UI.
Fixes #14200