[konsole] [Bug 413426] Show highlight until end of line in selection including newline

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Thu May 26 09:19:26 BST 2022


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

tcanabrava at kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/util
                   |                            |ities/konsole/commit/836b1d
                   |                            |981485717d1cb6738ef0a901c36
                   |                            |00d4742
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from tcanabrava at kde.org ---
Git commit 836b1d981485717d1cb6738ef0a901c3600d4742 by Tomaz  Canabrava, on
behalf of Luis Javier Merino MorĂ¡n.
Committed on 26/05/2022 at 08:12.
Pushed by tcanabrava into branch 'master'.

Selecting past last char -> extend to last column

When selecting past the last character, extend the selection to the last
column.  This allows the user to know when the selection has extended
past the last character on a line, even in the presence of trailing
spaces, and will get a newline added to the last line.

This is the behavior of xterm, VTE and rxvt.  mlterm doesn't allow
selections to extend past the last non-space character on a line.
Related: bug 158726

M  +36   -2    src/Screen.cpp
M  +2    -1    src/Screen.h
M  +3    -3    src/ScreenWindow.cpp
M  +1    -1    src/ScreenWindow.h
M  +2    -2    src/autotests/ScreenTest.cpp
M  +4    -4    src/terminalDisplay/TerminalDisplay.cpp
M  +5    -0    src/terminalDisplay/TerminalDisplay.h
M  +1    -1    src/widgets/TerminalDisplayAccessible.cpp

https://invent.kde.org/utilities/konsole/commit/836b1d981485717d1cb6738ef0a901c3600d4742

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list