Dear Maintainer,
After updating rxvt-unicode from 9.30-2+b4 (bookworm) to 9.31-3+b2 (current
testing), pasting multiple lines results in all newlines being replaces by
whitespace, so everything is squashed together on one line only.
Steps to reproduce:
* Run 'xrdb -remove' to remove all user-specific configuration
* Start a new terminal instance by running 'urxvt'
* In the new urxvt window, run 'cat' and paste multiple lines, either from the
middle mouse button, or from the clipboard via Ctrl-Alt-V. Urxvt first asks if
I really want to paste control characters (which is expected since the
clipboard contains several \n, which it also shows as '\n' in the preview line
below the prompt). When then pressing 'y', the pasted text is inserted in the
terminal, but all newlines in the pasted text are replaced by whitespace.
As a control, I tried inspecting the clipboard with 'xclip -o', which shows that
the clipboard or mouse selection indeed contains newlines. Pasting the clipboard
or mouse selection in an xterm window also inserts the text with all newlines
left intact.