selection: strip non-formatting C0, BS, HT and DEL from pasted text

This commit is contained in:
Daniel Eklöf 2021-01-23 11:22:22 +01:00
parent b31d0c080b
commit 357af41d7e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 19 additions and 0 deletions

View file

@ -61,6 +61,8 @@
* Extending a word/line-wise selection now uses the original selection
mode instead of switching to character-wise.
* The scrollback search box no longer accepts non-printable characters.
* Non-formatting C0 control characters, `BS`, `HT` and `DEL` are now
stripped from pasted text.
### Deprecated