--- rxvt-unicode/Changes 2020/01/20 09:35:13 1.1222 +++ rxvt-unicode/Changes 2020/03/13 11:18:29 1.1225 @@ -41,11 +41,10 @@ TODO: cuu/cud and probably others default to 1 when arg is 0, not just missing, in xterm/vt102, but not in rxvt TODO: implement xterms nih 1006 mouse mode because the fud campaign against urxvt's 1015 mode works. -TODO: confirm-pastes should check for any ctl TODO: confirm-paste should be the default -TODO: bracketed paste mode pastes ^[[200~ etc. into incremental-search inputs TODO: xterm-osc does not autoload background TODO: think about daemon delaying urxvt client exit. +TODO: libev update - the old bg image resources are now provided by the background extension, and perl is thus required for bg image support. No configuration change is needed: urxvt autoloads the background @@ -53,11 +52,15 @@ work you need to enable it explicity). The old bg image resources are also now deprecated; users are encouraged to switch to the new bg image interface (see man urxvt-background). + - confirm-paste now checks for any ctlchars, not just newlines. + - searchable scrollback will now ignore bracketed paste mode sequences + (prompted by Daniel Gröber's patch). - drop ISO 2022 locale support. ISO 2022 encodings are not supported in POSIX locales and clash with vt100 charset emulation (the luit program can be used as a substitute). - perl didn't parse rgba colours specified as an array correctly, - only allowing 0 and 100% intensity for each component. + only allowing 0 and 100% intensity for each component (this affected + fill and tint). - when iterating over resources, urxvt will now try to properly handle multipart resources (such as "*background.expr"), for the benefit of autoloading perl extensions.