[konsole] [Bug 100317] Selecting text w/o mouse (mimic screen)
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Mon Oct 3 12:02:54 BST 2022
https://bugs.kde.org/show_bug.cgi?id=100317
tcanabrava at kde.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Latest Commit| |https://invent.kde.org/util
| |ities/konsole/commit/f26f71
| |db013a5440560fd3be3fa4cf249
| |f1fb8dd
Status|ASSIGNED |RESOLVED
--- Comment #21 from tcanabrava at kde.org ---
Git commit f26f71db013a5440560fd3be3fa4cf249f1fb8dd by Tomaz Canabrava, on
behalf of Matan Ziv-Av.
Committed on 03/10/2022 at 10:46.
Pushed by tcanabrava into branch 'master'.
Add keyboard selection mode
Similar to screen copy/scrollback mode it allows browsing the scrollback
and selecting text.
Selection is done either by standard GUI shift+arrows, or `vi` style with
`v` starting/ending selection.
M +25 -2 doc/manual/index.docbook
M +117 -0 src/Screen.cpp
M +16 -1 src/Screen.h
M +5 -4 src/SearchHistoryTask.cpp
M +10 -4 src/Vt102Emulation.cpp
M +11 -0 src/session/Session.cpp
M +5 -0 src/session/Session.h
M +20 -2 src/session/SessionController.cpp
M +1 -0 src/session/SessionController.h
M +175 -0 src/terminalDisplay/TerminalDisplay.cpp
M +14 -0 src/terminalDisplay/TerminalDisplay.h
https://invent.kde.org/utilities/konsole/commit/f26f71db013a5440560fd3be3fa4cf249f1fb8dd
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list