On Fri, 2022-01-14 at 16:53 +0000, Grant Edwards wrote: > On 2022-01-14, Grant Edwards <[email protected]> wrote: > > > urxvt has suddenly started prompting for confimation when pasting text > > by clicking the middle mouse button. This is excruciatingly > > annoying. I don't see any relevent X resources when I do 'urxvt > > -help'. Does anybody know how to disable this horrible new "feature"? > > This appears to cause be a perl extension which is now enabled by default? > >
Yes, and apparently it can be selectively disabled with something like (I'm just guessing) perl-ext-common: default,-confirm-paste or perl-ext: default,-confirm-paste in your resources file. Reference: http://pod.tst.eu/http://cvs.schmorp.de/rxvt-unicode/doc/rxvt.1.pod

