https://bugs.kde.org/show_bug.cgi?id=428426
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- In Vim, you should ":set ttymouse=sgr". Otherwise, Vim uses the older xterm2 protocol (1002), which only allows up to 223 (or, in non 8-bit clean transports, 95) columns. Vim autodetection uses the Secondary DA request (CSI > c) to select which protocol to use. Konsole replies with "CSI>0;115;0c", which means "VT100;firmware version/xterm patch 115;ROM cartridge registration no 0". Vim only autosets ttymouse=sgr for version >= 277. I'm not sure changing Konsole's reported version to something higher is a good idea, who knows what random applications will expect from higher versions. -- You are receiving this mail because: You are watching all bug changes.
