[konsole] [Bug 462436] On Ctrl+Shift+V it often inserts "![[~200~" before and "~" after the inserted command

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Wed Nov 30 21:30:30 GMT 2022


https://bugs.kde.org/show_bug.cgi?id=462436

ninjalj at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ninjalj at gmail.com

--- Comment #1 from ninjalj at gmail.com ---
This corresponds to "bracketed paste", which is a protocol between applications
(including shells) and terminal emulators that allows applications to
distinguish pasted text from text typed by the user.  

See:

https://superuser.com/questions/1532688/pasting-required-text-into-terminal-emulator-results-in-200required-text

If you are seeing the ESC[200~ and ~ parts, it could be that the terminal
emulator and the application are getting different ideas of whether bracketed
paste is enabled (e.g. if an editor that sets bracketed paste mode crashes
without unsetting it), or maybe, as the superuser post above suggests, Ctrl+V
is getting registered before the paste, which shells usually interpret as a
request to insert the following input literally.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list