Revision b876f2a...
Go back to digest for 22nd January 2012Features in KDE Base
Kurt Hindenburg committed changes in [konsole] /:
Support extended mouse coordinates.
Using the legacy method, mouse coordinates can be reported only up to 223. If
you have a wider terminal, you cannot use the mouse in the rightmost columns.
There exist two extensions to overcome this problem, a broken one invented by
xterm (the "DEC 1005" mode) which is supported by xterm, urxvt and iterm2; and
a good one invented by urxvt (the "DEC 1015" mode), supported by urxvt and
iterm2.
Many thanks to Egmont Koblinger for report and patch.
FIXED-IN: 4.9
File Changes
Modified 2 files
- src/Vt102Emulation.cpp
- src/Vt102Emulation.h
2 files changed in total