On Tue, May 13, 2025 at 03:01:51PM +0200, Roland Hieber wrote: > * 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 I just learned, this is expected behaviour, and the paste prompt in v9.31 got another option, "p", which pastes the clipboard as-is without replacing any control characters by whitespaces. I could not find any documentation for this feature, maybe it is worth an entry in NEWS.debian? Otherwise this bug can be closed. By the way, when I tried to "debug" this issue, I noticed that the current version tag, debian/9.31-3, is missing in the Salsa Git repo. Thanks, and sorry for the noise, - Roland