You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mintty responds to paste requests with the clipboard parameter empty which is a valid response (e.g. "\x1b]52;;", however osc expects exactly one character there (it strips the first 7 bytes of the response), and thus the data argument is corrupted.
mintty responds to paste requests with the clipboard parameter empty which is a valid response (e.g.
"\x1b]52;;"
, however osc expects exactly one character there (it strips the first 7 bytes of the response), and thus the data argument is corrupted.First reported here: mintty/mintty#1264 (comment)
The text was updated successfully, but these errors were encountered: