https://bugs.kde.org/show_bug.cgi?id=100317
[email protected] 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 [email protected] --- 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 watching all bug changes.
