Open theimpostor opened 2 weeks ago
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.
"\x1b]52;;"
First reported here: https://github.com/mintty/mintty/issues/1264#issuecomment-2471356648
@Kreijstal can you please try now with the latest release (https://github.com/theimpostor/osc/releases/tag/v0.4.5).
Alright
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: https://github.com/mintty/mintty/issues/1264#issuecomment-2471356648