repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 3ed6fe81502b970e07af46faa48cf33fb969e9b8: path_to: revision_to:
commit 3ed6fe81502b970e07af46faa48cf33fb969e9b8 Author: Marc LehmannDate: Fri Jun 18 12:35:38 2021 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- 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
--- 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-----