Summary: | Show highlight until end of line in selection including newline | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Raphael Rosch <kdebugs> |
Component: | emulation | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/commit/836b1d981485717d1cb6738ef0a901c3600d4742 | Version Fixed In: | |
Sentry Crash Report: |
Description
Raphael Rosch
2019-10-25 08:02:56 UTC
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 |