-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
OSC52 popup is too frequent #497
Comments
@unxed As the author of the OSC52 feature, would you be willing to pick this bug up? |
The code now checks for existence of environment variable OSC52ALLOWED. If it is set to any non-empty value, user will not be asked for confirmation any more. How to set variable permanently: |
I discovered a workaround until the bug gets fixed.
My guess without digging through code, the config file/registry doesn't have this field/key so KiTTY is probably assuming "enabled" and it takes toggling the option to get it written to config. |
I can probably get to it in a couple of weeks. |
I am delighted to see OSC52 support in KiTTY, but needing to answer a prompt (the "Allow OSC52 clipboard sync?" popup) every time I make a selection in Tmux is rather annoying -- especially since I must answer the prompt to continue using the terminal. It would be nice to have a checkbox that says "don't ask me again" or "always allow OSC52 clipboard sync." Or maybe this is best configured in session settings.
I'll leave the solution up to you, but I don't think it is reasonable to continually answer this prompt when using this feature.
The text was updated successfully, but these errors were encountered: