Skip to content
Commit f24aa818 authored by Mariusz Glebocki's avatar Mariusz Glebocki Committed by Kurt Hindenburg
Browse files

Fix word selection mode

Test Plan:
* run `printf '%.0skonsole ' $(seq 200)` to generate some words
* double click on the beginning of any word
* move mouse pointer right/bottom to extend selection

Expected result: the selection should extend word by word, with the
selection end being on the left or right side of a word located under
pointer

Actual result: right selection end extends character by character and
is located at fixed offset from the pointer

Reviewers: #konsole, hindenburg

Reviewed By: #konsole, hindenburg

Subscribers: hindenburg, ngraham, konsole-devel, #konsole

Tags: #konsole

Differential Revision: https://phabricator.kde.org/D12939
parent 5128781a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment