selection: don’t strip formatting C0 control characters in bracketed paste mode

It’s ok to let the receiving end handle formatting C0 control
characters in bracketed paste mode.

In fact, we *must* let them through. Otherwise it is impossible to
paste e.g. tabs into editors and similar applications.
This commit is contained in:
Daniel Eklöf 2021-02-12 10:03:01 +01:00
parent 1c8c76708d
commit 0da766e505
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 26 additions and 18 deletions

View file

@ -88,6 +88,7 @@
`shift` to be pressed while used in a mouse grabbing
application. This meant the mouse event was never seen by the
application.
* `BS`, `HT` and `DEL` from being stripped in bracketed paste mode.
### Security