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

Andreas Hartmetz <ahartm...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/util
                   |                            |ities/konsole/commit/b238fb
                   |                            |29cf9fe061df8c79b07f5126346
                   |                            |bff9c88
         Resolution|---                         |FIXED

--- Comment #8 from Andreas Hartmetz <ahartm...@gmail.com> ---
Git commit b238fb29cf9fe061df8c79b07f5126346bff9c88 by Andreas Hartmetz, on
behalf of Matan Ziv-Av.
Committed on 08/02/2023 at 15:56.
Pushed by ahartmetz into branch 'master'.

Fix bug in double-click selection

A bug introduced in 0752cf3d prevents copying selection to clipboard if
a key is pressed a short time after a double click. This is avoided by:
- Do not exit selection mode in the time interval between a double click
  and a (potential) third click.
- Save the selection text on a double click, and copy the saved text,
  rather than the current selection if no third click at the end of the
  triple click interval.

M  +31   -15   src/terminalDisplay/TerminalDisplay.cpp
M  +3    -1    src/terminalDisplay/TerminalDisplay.h

https://invent.kde.org/utilities/konsole/commit/b238fb29cf9fe061df8c79b07f5126346bff9c88

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to