[konsole] [Bug 431695] Pasting \n does not work

Ahmad Samir bugzilla_noreply at kde.org
Tue Jan 26 12:05:42 GMT 2021


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

Ahmad Samir <a.samirh78 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a.samirh78 at gmail.com

--- Comment #6 from Ahmad Samir <a.samirh78 at gmail.com> ---
I don't think this is specific to konsole; bash/readline has bracketed-paste,
if it's enabled the shell will behave the way you describe.

You can enable/disable bracketed-paste by editing /etc/inputrc and adding a
line:
set enable-bracketed-paste off

See:
https://www.gnu.org/software/bash/manual/bash.html#index-enable_002dbracketed_002dpaste
https://www.gnu.org/software/bash/manual/bash.html#Readline-Init-File-Syntax

(If you want the change to be in your user account only, you can also create a
~/.inputrc file:
$include /etc/inputrc
set enable-bracketed-paste off
)

Note that bash/readline in recent versions have enabled bracketed-paste by
default: https://lwn.net/Articles/839212/

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


More information about the konsole-devel mailing list