Ignore bracketed-paste markers (ESC[200~ and ESC[201~)

Ignore bracketed-paste markers (ESC[200~ and ESC[201~)

1 vote

avatar

When pasting from clipboard, RMB or win+V, doesn't matter, sometimes text surrounded with extra symbol.
I know that an old problem, not related only with RDM and could be fixed directly on host. But maybe you can fix it globally.

^[[200~ * ~

All Comments (1)

avatar

Hello,

Thank you for the request. After consulting our terminal expert, this behavior means that the SSH server requests the client (RDM in this case) to use the bracketed paste feature, while not supporting that feature itself.

We'll open a ticket to add an option to force the bracketed paste feature to be off in the terminal. Keep in mind this would have side effects like certain characters being handled as if the user typed the key rather than it coming from a paste action.

Also, if at all possible, I would definitely recommend fixing the server since other terminals would also have this behavior and it might cause issues for other users whether they use RDM or not. I'm not sure other terminal programs allow overriding the bracketed paste feature, since usually the server is the one to tell the client whether to activate it or not.

Regards,

Hubert Mireault