boxdot / gurk-rs

Signal Messenger client for terminal
GNU Affero General Public License v3.0
456 stars 33 forks source link

Support bracketed paste #229

Closed maximbaz closed 12 months ago

maximbaz commented 12 months ago

Hello

This adds support for the bracketed paste event, where the content needs to be inserted "as is", without any formatting. Since the content can contain multiple lines, they should also be inserted as-is.

Let me know what you think!

boxdot commented 12 months ago

Thank you! We can definitely handle it like this.