<table><tr><td style="">mglb created this revision.<br />mglb added a reviewer: Konsole.<br />mglb added a project: Konsole.<br />mglb requested review of this revision.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D12555">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>When mouse pointer is mapped to character position, the algorithm<br />
rounds the position to the nearest left edge of a character. This makes<br />
sense for selections, but not for hotspots like links, where "character<br />
under the pointer" is better solution. This patch adds edge mode as an<br />
option to getCharacterPosition and disables it for hotspots.</p></div></div><br /><div><strong>TEST PLAN</strong><div><ul class="remarkup-list">
<li class="remarkup-list-item">Turn on "Underline links" option (Profile options → Mouse)</li>
<li class="remarkup-list-item">Increase font size in Konsole so it will be easy to move mouse pointer above left or right half of the character</li>
<li class="remarkup-list-item">Run: <tt style="background: #ebebeb; font-size: 13px;">echo -e 'www.kde.org\033[31;41m \033[0m'</tt></li>
<li class="remarkup-list-item">Place pointer on the right half of the 'g' character</li>
</ul>

<p>Expected result: underline should have the same color as the link<br />
Actual result: underline uses color from the next character on the right</p></div></div><br /><div><strong>BRANCH</strong><div><div>wip/cursor-fixes/0004-Do-not-round-up-character-coordinates-for-hotspots (branched from master)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D12555">https://phabricator.kde.org/D12555</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>src/TerminalDisplay.cpp<br />
src/TerminalDisplay.h</div></div></div><br /><div><strong>To: </strong>mglb, Konsole<br /><strong>Cc: </strong>Konsole, herrold, ngraham, hindenburg<br /></div>