meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:prepare:x_window:bracketed_paste_mode [2024/11/26 07:56] – removed - external edit (Unknown date) 127.0.0.1linux:prepare:x_window:bracketed_paste_mode [2024/12/11 07:45] (current) niziak
Line 1: Line 1:
 +====== X ======
 +
 +====== bracketed paste mode ======
 +Keywords: garbage/extra tilde characters when copy-paste in terminator.
 +
 +Sometimes pasting into terminal adds weird characters with tilde. E.g.:
 +<code>0~pasted text1~</code>
 +This feature is called "bracketed paste mode". It used to distinguish typed text from pasted text.
 +It should be correctly handled by modern terminal however "xfce4-terminal" is not handling it.
 +
 +To disable mode in terminal <code bash>printf "\e[?2004l"</code>
 +To permanently disable mode, please add
 +<file | ~/.bashrc>bind 'set enable-bracketed-paste off'</file>
 +
 +===== xfce4-terminal =====
 +Xfve4-terminal is using old ''libvte9'' package (pool/main/v/vte/libvte9_0.28.2-5+b1_amd64.deb)
 +
 +To fix it [[https://sourceforge.net/p/pacmanager/bugs/243/]]
 +
 +===== References =====
 +[[http://unix.stackexchange.com/questions/196098/copy-paste-in-xfce4-terminal-adds-0-and-1]]
 +[[http://askubuntu.com/questions/662222/why-bracketed-paste-mode-is-enabled-sporadically-in-my-terminal-screen]]
 +