repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 3ed6fe81502b970e07af46faa48cf33fb969e9b8:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 3ed6fe81502b970e07af46faa48cf33fb969e9b8
Author: Marc Lehmann 
Date:   Fri Jun 18 12:35:38 2021 +0000

    *** empty log message ***

diff --git a/Changes b/Changes
index 527ccefcd5462019a20d4aa86bde992cee457026..
index ..42f70cbf5dbba21cb040b01a343e7cba5f2d998c 100644
--- a/Changes
+++ b/Changes
@@ -40,13 +40,14 @@ TODO: URxvt::Ext::Name installs urxvt ext name and provides pod/manpage for URxv
 TODO: üpixel droppins idenrasm,ll,scrollup
 TODO: cuu/cud and probably others default to 1 when arg is 0, not just missing, in xterm/vt102, but not in rxvt

-TODO: confirm-paste should be the default
 TODO: xterm-osc does not autoload background
 TODO: think about daemon delaying urxvt client exit.

 TODO: https://github.com/bbidulock/icewm/issues/492 urxvt wrongfully(?) needa configurenotify after mapwindow? also, black border?
 TODO: compose chars should be rendered "in one go" for xft. maybe. possibly.
 TODO: disbale bracketed paste mode option, too amny prorgams abuse it
+	- enable confirm-paste extzensions by default, can be disabled by e.g.
+          URxvt.perl-ext: -confirm-paste
 	- if urxvt cannot detect a good estimate for font width (because a font does
           not contain laitn characters at all for example), it will now fall
           back to xft's max_advance_width, which works well with soem fonts. It
diff --git a/src/urxvt.pm b/src/urxvt.pm
index 4e4c56d96535b5cd597437f1aa6e5080e9d40758..
index ..1fd4a18629197035038dba80c9f78acf9cc0f02f 100644
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -737,7 +737,7 @@ sub invoke {
          if ($_ eq "default") {

             $ext_arg{$_} = []
-               for qw(selection option-popup selection-popup readline searchable-scrollback);
+               for qw(selection option-popup selection-popup readline searchable-scrollback confirm-paste);

             for ($TERM->_keysym_resources) {
                next if /^(?:string|command|builtin|builtin-string|perl)/;

-----END OF PAGE-----