Description of problem: FC33 and previous, if you pasted multiple lines into a terminal session, each would be executed in turn as enable-bracketed-paste was off. With it on by default, instead it creates and editable buffer and ignores line feeds. The later may actually be safer but it's not in the release notes and not common knowledge how to change it. Version-Release number of selected component (if applicable): readline-8.1-2 on FC34 How reproducible: bind -V | grep bracket # will show the current setting cut any two lines and paste with it on vs off. Steps to Reproduce: see above Actual results: new behavior Expected results: old behavior, noted in release notes or added to /etc/inputrc, which has not changed in the last two releases at least. Additional info:
This is a duplicate of bug #1954366.
*** This bug has been marked as a duplicate of bug 1954366 ***