Closed zlice closed 2 years ago
It's buried in the manpage, see if it works...
The default set includes the "selection", "option-popup", "selection-popup", "readline", "searchable-scrollback" and "confirm-paste" extensions
until very recently confirm-paste wasn't included, so you should replace "default" with "default,-confirm-paste" (notice the '-') to load the default extensions minus confirm-paste.
I tested it a couple of times and it worked for me (tm).
My bad, stamp my forehead with RTFM.
Thanks.
I don't think this should be closed. Yes, RTFM-ing is a solution, but this behaviour as a default is still unwarranted and unexpected.
After having gotten annoyed enough to STFW in order to fix it for myself, I think confirm-paste
should be removed from default
.
I don't think this is our issue, Void doesn't patch upstream defaults and from what I can tell, other distributions also don't change this behavior.
Agree with paper. It's just one of those stupid "security" features most people prolly don't want but you have to live with. At least it's here for someone to find the solution.
My view:
Have you ever seen a PC "Do you want to switch on the speakers could be loud?" ;-)
But maybe a link to this issues would be enough to have people find the solution fast and control their own ~/.X11defaults file.
But the most annoying thing is that if you copy paste 3 lines from an urxvt terminal you get one line instead then ! So the behavior might even change in an unexpected way. I have been using version 9.31.
@MarcWeber they fixed the one line thing, now it's "y/n/p" instead of "y/n" ('y' squeezes lines together while 'p' does what you want)
Void 5.15.1 x86_64 AuthenticAMD uptodate hold rrrmFFFFFFFFFFF
rxvt-unicode-9.30_1
Expected behavior
Was pasting without verify warning until a week or few ago
Actual behavior
Putting
URxvt.perl-ext-common: default
in .Xdefaults or .Xresources worked for maybe a day, now it does not, but I don't think urxvt updated.Steps to reproduce the behavior