On 5/6/26 8:51 AM, Pocket wrote:
Packages (2) vim-runtime-9.2.0437-1  vim-9.2.0437-1

$ vim Nothing

displays pp on new file desktop system

arrow keys and insert etc keys work

patch does not help


"susematz" has added to the bug report identifying the change that is causing the problem (it is that same code block posted earlier). I don't fully understand the details, but the crux is that with that block, and the "^[[>0;115;0c" termresponse provided by my KDE3/konsole and your qterminal, vim now presents sends DECRQM queries to the terminal which they do not support resulting in 'p' being overlayed in the vim window.

(2 DECRQM queries results in "pp" displayed)

Issue is still being worked, but there are only two outcomes:

1) vim is patched so the new DECRQM queries are not sent (but all konsole terminals, even new send the same "^[[>0;115;0c" so that can't be used to differentiate terminals; or

2) all terminals that invoke the new DECRQM queries will have to be patched to handle them (that also seems like a mess to identify all terminals that do this or risk inconsistent vim behavior based on which terminal you happen to spin-up and then use to invoke vim)

Unanswered is why new DECRQM queries are necessary or what the driver for implementing them was.

Take a look at @susematz additions to the issue. It may point you in a new direction. I'll have to get a lot smarter on what DECRQM queries are before I can meaningfully contribute there.... old dog, new tricks...

--
David C. Rankin, J.D.,P.E.

Reply via email to