On Tue, Mar 6, 2018, 10:50 Christian Brabandt <[email protected]> wrote:
> Bram, > There was a problem about pasting special terminal chars reported at > http://seclists.org/oss-sec/2018/q1/213 > > Initially I thought that bracketed-paste mode will prevent such things, > but it seems this still works. Is there anything Vim can do to prevent > such things (at least when pasting in bracketed paste mode)? > This reminded me of a similar bug I had seen reported in Debian against rxvt-unicode ~3 years ago. Upstream's response[0] seems fairly accurate IMO. [0]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787628#15 The browser shouldn't be copying data the user can't see, rather than making the terminal second guess what the user is pasting. Cheers, James -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
