[konsole] [Bug 428426] Mouse not working on rightmost side of wide screen

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Tue Mar 23 12:01:16 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=428426

ninjalj at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ninjalj at gmail.com

--- Comment #1 from ninjalj at gmail.com ---
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 the assignee for the bug.


More information about the konsole-devel mailing list